mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
7 lines
71 B
FortranFixed
7 lines
71 B
FortranFixed
PROGRAM GREETINGS
|
|
|
|
PRINT *, 'Real programmers write Fortran!'
|
|
|
|
END
|
|
|