codekingpro's picture
Add files using upload-large-folder tool
0577a6d verified
Raw
History Blame Contribute Delete
112 Bytes
subroutine call_mod
use mymodule
use my_module
call mysub()
call my_sub()
end subroutine call_mod