objmain.f90 89 B

12345
  1. program main
  2. use objmod, only : hello
  3. implicit none
  4. call hello()
  5. end program