summaryrefslogtreecommitdiff
path: root/testcode/hello.f
blob: f66fe77661553b69eed91a99dccc70e236a2b9e3 (plain)
1
2
3
4
5
6
7
8
9
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