1 2 3 4 5 6 7 8
module test implicit none (type, external) contains subroutine print_hello() print *, "Hello World!" end subroutine print_hello end module test