C This is a very simple example program. It writes out the line "Hello world" C C Created: Joe Zachary, September 16, 1992 C Modified: PROGRAM SAMPLE PRINT *, 'Hello world' STOP END