xxxxxxxxxx
to learn a new conputer language you look at example code
a very small computer program to write Hello, World! on your screen.
is written using different programming languages.
it teaches you the basics
so now use grepper to search "hello world <put a language here>"
without the < > bits
xxxxxxxxxx
// I can't believe there is no grepper answer here!
// Here is Java hello world:
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
xxxxxxxxxx
//This is a simple Hello World program.
public class hello world {
public static void main(Strin[] args) {
System.out.println("Hello World");
}
}