CMake/Tests/Fortran/world.f

7 lines
45 B
Fortran

SUBROUTINE WORLD
PRINT *, 'World!'
END