//compiles and runs successfully #include int main() { std::cout << "Hello World!\n"; return 0; }