blob: 2d8c83a20729a87f9960e70fd00354bf18237934 [file] [log] [blame]
module module
implicit none
integer :: i
contains
subroutine helper
print *, "You've been helped."
end subroutine helper
end module module