diff options
Diffstat (limited to 'Tests/Fortran/hello.f')
-rw-r--r-- | Tests/Fortran/hello.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Fortran/hello.f b/Tests/Fortran/hello.f index c9ee3c2..aa0de77 100644 --- a/Tests/Fortran/hello.f +++ b/Tests/Fortran/hello.f @@ -1,6 +1,6 @@ - PROGRAM GREETINGS + SUBROUTINE HELLO - PRINT *, 'Real programmers write Fortran!' + PRINT *, 'Hello' END |