mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
6 lines
89 B
Fortran
6 lines
89 B
Fortran
program main
|
|
use objmod, only : hello
|
|
implicit none
|
|
call hello()
|
|
end program
|