#include <iostream.h> #include <stdlib.h> int main() { cout << "Hello world" << endl; system("PAUSE"); return 0; }