diff options
Diffstat (limited to 'Tests/FortranOnly/hello.f')
-rw-r--r-- | Tests/FortranOnly/hello.f | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranOnly/hello.f b/Tests/FortranOnly/hello.f new file mode 100644 index 0000000..63e6408 --- /dev/null +++ b/Tests/FortranOnly/hello.f @@ -0,0 +1,5 @@ + SUBROUTINE HELLO + + PRINT *, 'Hello' + + END |