#include <iostream.h>
// Prints "Hello World!" to the screen
int main()
{
cout << "Hello World!\n";
return 0;
}