#include <iostream>
using namespace std;
int main() {
// This is a comment
cout << "Hello World!";
return 0;
}