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

16 lines
174 B
Fortran

program genwaves
use soundbrotch
! -----------------------------
implicit none
print *, "genwaves is coming soon..."
call soundbrotch_version()
end program