#include <stdio.h>
// A "hello world" Program

int main()
{
 printf("Hello World!\n");
}