I am trying to learn how to do subroutines through a tutorial. The tutorial provided these codes:
! Print matrix A to screen subroutine print_matrix(n,m,A) impl