cmake/Tests/FortranOnly/objmain.f90

6 lines
89 B
Fortran
Raw Normal View History

2023-07-26 10:08:00 +02:00
program main
use objmod, only : hello
implicit none
call hello()
end program