#include using namespace std; int main() { cout << "Hello world." << endl; cout << "Hello world." << "\n"; cout << "Hello world.\n"; cout << "Hello world."; system( "PAUSE" ); // This line is system dependent return( 0 ); }