6 lines
89 B
Fortran
6 lines
89 B
Fortran
program main
|
|
use objmod, only : hello
|
|
implicit none
|
|
call hello()
|
|
end program
|