Web-Server-In-Fortran/app/main.f90
2025-01-24 10:58:38 +01:00

7 lines
99 B
Fortran

program main
use WebServer, only: say_hello
implicit none
call say_hello()
end program main