cmake/Tests/Fortran/hello.f
2009-11-06 22:07:41 +02:00

7 lines
44 B
Fortran

SUBROUTINE HELLO
PRINT *, 'Hello'
END