#include <iostream.h>

// This syntax is not longer supported for the header files 
// of the standard library

main()
{

   cout << "Hello world" << endl;

}
