Fortraneries/SoundBrotching/soundbrotch.f90

19 lines
303 B
Fortran
Raw Normal View History

2022-02-07 23:17:22 +01:00
module soundbrotch
implicit none
contains
! ---------------------------------------------------------
subroutine soundbrotch_version ()
write(0, '(A)') "*** this is soundbrotch version alpha"
end subroutine
! ---------------------------------------------------------
end module