CMake/Tests/Fortran/hello.f

7 lines
44 B
Fortran

SUBROUTINE HELLO
PRINT *, 'Hello'
END