begin of a new era, maybe

This commit is contained in:
tth
2022-03-31 22:14:11 +02:00
parent c47bcfe298
commit 595c6901c9
19 changed files with 208 additions and 274 deletions

View File

@@ -1,6 +1,13 @@
module soundbrotch
implicit none
! ---------------------------------------------------------
type t_sample
integer :: left
integer :: right
end type
! ---------------------------------------------------------
contains
@@ -8,7 +15,7 @@ module soundbrotch
subroutine soundbrotch_version ()
write(0, '(A)') "*** this is soundbrotch version alpha"
write(0, '(A)') "*** this is soundbrotch version alpha 666"
end subroutine