cmake/Tests/Fortran/world.f
2009-11-06 22:07:41 +02:00

7 lines
45 B
Fortran

SUBROUTINE WORLD
PRINT *, 'World!'
END