cmake/Tests/Fortran/hello.f
2009-10-04 10:30:41 +03:00

7 lines
71 B
Fortran

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