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

7 lines
45 B
Fortran

SUBROUTINE WORLD
PRINT *, 'World!'
END