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

8 lines
51 B
Fortran

PROGRAM TESTF
CALL HELLO()
CALL WORLD()
END