4 lines
73 B
Fortran
4 lines
73 B
Fortran
|
function mylib_fortran()
|
||
|
mylib_fortran = 42
|
||
|
end function mylib_fortran
|