diff options
Diffstat (limited to 'Tests/Fortran/hello.f')
-rw-r--r-- | Tests/Fortran/hello.f | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Fortran/hello.f b/Tests/Fortran/hello.f new file mode 100644 index 0000000..c9ee3c2 --- /dev/null +++ b/Tests/Fortran/hello.f @@ -0,0 +1,6 @@ + PROGRAM GREETINGS + + PRINT *, 'Real programmers write Fortran!' + + END + |