#include using namespace std; main() { cout << "Hello World!" << endl; exit(0); }