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