From 26a6b4bc01a49768e5b3de54abc862a94e0647b6 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 6 Aug 2004 15:05:00 -0400 Subject: ENH: initial fortran --- Tests/Fortran/hello.f | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Tests/Fortran/hello.f (limited to 'Tests/Fortran/hello.f') diff --git a/Tests/Fortran/hello.f b/Tests/Fortran/hello.f new file mode 100644 index 0000000000..c9ee3c2cbe --- /dev/null +++ b/Tests/Fortran/hello.f @@ -0,0 +1,6 @@ + PROGRAM GREETINGS + + PRINT *, 'Real programmers write Fortran!' + + END + -- cgit v1.2.1