program main use static_hello implicit none call static_say_hello() end program