2024-08-19 00:33:31 +02:00

7 lines
108 B
Fortran

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