You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module m
implicit nonecontainssubroutinefoo()
print*,"foo"endsubroutine foo ! there should be a blank line after this
subroutinebar()
print*,"bar"endsubroutine bar
end module m
The text was updated successfully, but these errors were encountered:
Fortitude could warn about
The text was updated successfully, but these errors were encountered: