boilerplate in progress

This commit is contained in:
tth
2022-02-07 23:17:22 +01:00
parent f442fde5ff
commit a693302969
12 changed files with 298 additions and 0 deletions

View File

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