CMake/Tests/Fortran/hello.f

7 lines
71 B
FortranFixed
Raw Normal View History

2004-08-06 23:05:00 +04:00
PROGRAM GREETINGS
PRINT *, 'Real programmers write Fortran!'
END