CMake/Tests/Fortran/hello.f
2004-08-06 15:05:00 -04:00

7 lines
71 B
Fortran

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