#include using namespace std; int main (int argc, char** argv) { cout << "Hello World." << endl for (unsigned int i = 0; i < 10; ++i) { cout << i << endl; system("PAUSE"); }