CMake/Tests/Fortran/hello.f

7 lines
71 B
Fortran

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