C A simple FORTRAN program to print a message PROGRAM hello WRITE (*,*) 'Hello, World!' END PROGRAM hello