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,15 @@
program genwaves
use soundbrotch
! -----------------------------
implicit none
print *, "genwaves is coming soon..."
call soundbrotch_version()
end program