Hello World! 07 dic 2011 int main(char** args) { print("Hello World!"); return 0; }And this is how a programming blog should start.