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