#include <stdio.h>

int main(void) {
	// your code goes here
	printf("%s\n", "Hello World!");
	return 0;
}
