2012-04-19 19:04:21 +03:00

7 lines
80 B
Fortran

!DEC$ ATTRIBUTES DLLEXPORT :: WORLD
SUBROUTINE WORLD
PRINT *, 'World!'
END