main.f90 76 B

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