xxxxxxxxxx
#include <iostream>
int main(){
cout << "Hello World!";
return 0;
}
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");
}
}