123456789101112
#include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { cout << "Hello World /n"; system("PAUSE"); return 0; }