main.f95 94 B

1234567
  1. program hello
  2. use static_hello
  3. implicit none
  4. call static_say_hello()
  5. end program hello