#include <stdio.h>

int main(int inNumArgs, const char * inArgs[])
{
	printf("Hello World!\n");
	return 0;
}