summaryrefslogtreecommitdiff
path: root/testcode/hello.f
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/hello.f')
-rw-r--r--testcode/hello.f10
1 files changed, 10 insertions, 0 deletions
diff --git a/testcode/hello.f b/testcode/hello.f
new file mode 100644
index 0000000..f66fe77
--- /dev/null
+++ b/testcode/hello.f
@@ -0,0 +1,10 @@
+c Hello World
+* Hello World
+! Hello World
+ program hello
+ implicit none
+ print '("Hello, World!")'
+ end
+ ! a fancy comment
+!hpf$ not a comment
+!omp$ not a comment either