1 2 3 4 5 6
c HELLO -- Sample Fortran program to demonstate compile/link. program hello write (*,*) 'hello, world!' stop end