mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00:00
7 lines
45 B
FortranFixed
7 lines
45 B
FortranFixed
|
SUBROUTINE WORLD
|
||
|
|
||
|
PRINT *, 'World!'
|
||
|
|
||
|
END
|
||
|
|