CMake/Tests/FortranOnly/hello.f

6 lines
43 B
Fortran

SUBROUTINE HELLO
PRINT *, 'Hello'
END