// Program written October 2002 // by jmb #include <iostream.h> main() { cout <<< "Hello World!\n"; // \n causes new line }