boilerplate in progress
This commit is contained in:
18
SoundBrotching/soundbrotch.f90
Normal file
18
SoundBrotching/soundbrotch.f90
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user