summaryrefslogtreecommitdiff
path: root/Tests/Fortran/hello.f
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/hello.f')
-rw-r--r--Tests/Fortran/hello.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Fortran/hello.f b/Tests/Fortran/hello.f
index c9ee3c2cbe..aa0de77150 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