#include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; // let's make speedy happy and use endl return 0; }