say_hello Subroutine

public subroutine say_hello()

Arguments

None

Source Code

   subroutine say_hello
      print *, "Hello, SpecialMatrices!"
   end subroutine say_hello