cmake/Tests/Fortran/hello.f

7 lines
71 B
FortranFixed
Raw Normal View History

PROGRAM GREETINGS
PRINT *, 'Real programmers write Fortran!'
END