7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
![]() |
module mod1
|
||
|
implicit none
|
||
|
|
||
|
integer, parameter :: modval1 = 1
|
||
|
|
||
|
end module mod1
|