#include <iostream> using namespace std; int main() { // The traditional beginning. cout << "Hello World!" << endl; return 0; }