index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSGNUFortran
/
subdir
/
fortran
/
world.f
blob: 0598eeea66bf0673e94bd631b1ac34b06003b34b (
plain
)
1
2
3
4
5
6
!
DEC$ ATTRIBUTES DLLEXPORT
::
WORLD
SUBROUTINE
WORLD PRINT
*,
'World!'
END