#include <cstdio> int main() 

{ printf("Hello World!\n"); return 0; }

 

//My first blog post