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
/
hello.f
blob: e52119add96e1a7aca53682df95834655060cdb9 (
plain
)
1
2
3
4
5
6
7
!
DEC$ ATTRIBUTES DLLEXPORT
::
HELLO
SUBROUTINE
HELLO PRINT
*,
'Hello'
CALL
WORLD
END