#include int main() { std::cout << "Hello World!\n"; system("PAUSE"); // prevent the console window from closing return 0; }