#include <stdio.h>

int main(int argc, char **argp, char **envp)  {

	printf ("Hello World\n\r");
	return 0;
}