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