aboutsummaryrefslogtreecommitdiff
path: root/example_packages/with_examples/demo/prog.f90
blob: 8b3d8821b022f114faeb1761e733d3abdc1e42f5 (plain)
1
2
3
program demo
  write(*, '(a)') "This is a simple demo program, but not a real application"
end program demo