/* Helloプログラム */

#include <stdio.h>
 
main()
{
	printf("Hello\nWorld!\n");
}