CMake/Tests/Fortran/hello.f
2009-10-28 12:17:18 -04:00

7 lines
44 B
Fortran

SUBROUTINE HELLO
PRINT *, 'Hello'
END