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