mod1.f90 84 B

1234567
  1. module MyMod1
  2. implicit none
  3. integer, parameter :: myModVal1 = 1
  4. end module MyMod1