summaryrefslogtreecommitdiff
path: root/testcode/hello.f90
blob: 6b26a2ebc668cc90f0f58399fe4ee9f71b73ea92 (plain)
1
2
3
4
5
6
7
! Hello World
program hello
  implicit none
  print '("Hello, World!")'
end program hello
!hpf$ not a comment
!omp$ not a comment either