ブログの説明を入力します。
#include <cstdio> int main()
{ printf("Hello World!\n"); return 0; }
//My first blog post