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

8 lines
91 B
Fortran

!DEC$ ATTRIBUTES DLLEXPORT :: HELLO
SUBROUTINE HELLO
PRINT *, 'Hello'
CALL WORLD
END