CMake/Tests/FortranOnly/world.f

6 lines
44 B
Fortran

SUBROUTINE WORLD
PRINT *, 'World!'
END