SOURCE FILE: helloResults




#include <iostream> using namespace std; int main (void) { cout << "Hello World!" << endl ; return 0 ; }
Script started on Wed Sep 08 12:11:49 2004 You have new mail. john@sol:(~) a.out Hello World! john@sol:(~) exit script done on Wed Sep 08 12:12:04 2004