Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5e984bb35232116a54de7db39788cb162ca7c263
/
.
/
Tests
/
Fortran
/
testf.f
blob: abf6c6df7db041902897ab4b7d20faa0a3db85c8 [
file
]
PROGRAM TESTF
CALL HELLO
()
CALL WORLD
()
END