2023-09-21 23:15:15 +02:00

6 lines
89 B
Fortran

program main
use objmod, only : hello
implicit none
call hello()
end program