32
loading...
This website collects cookies to deliver better user experience
Python, O Python Near and Dear to my Heart ❤️ - Nibodh Daware
print("Hello World!")
BEAN LANGUAGE IS NEXT...🥔🥔🥔
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Took me a long time to learn how to escape the # in markdown.
namespace HelloWorld
{
class Hello {
static void Main(string[] args)
{
System.Console.WriteLine("Hello World!");
}
}
}
Origin of all!!!!
#include <stdio.h>
void main(){
printf("Hello World");
}
#include <iostream>
using namespace std;
int main(){
cout << "Hello World" << endl;
return 0;
}
Best for beginners
console.log("Hello World");
Choosing your first language is really important as it will predict your experience in this journey.