summaryrefslogtreecommitdiff
path: root/tests/projects/fortran/console/src/main.f90
blob: a332e8401efa0546410e898957e2fc85e29da383 (plain)
1
2
3
program hello
  print *, "Hello World!"
end program hello