2024-08-19 00:34:28 +02:00

7 lines
114 B
Fortran

program main
call call_sub()
#ifdef CALL_MOD
call call_mod()
#endif
end