Fortraneries/SoundBrotching/soundbrotch.f90
2022-02-07 23:17:22 +01:00

19 lines
303 B
Fortran

module soundbrotch
implicit none
contains
! ---------------------------------------------------------
subroutine soundbrotch_version ()
write(0, '(A)') "*** this is soundbrotch version alpha"
end subroutine
! ---------------------------------------------------------
end module