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