7 lines
99 B
Fortran
7 lines
99 B
Fortran
program main
|
|
use WebServer, only: say_hello
|
|
implicit none
|
|
|
|
call say_hello()
|
|
end program main
|