Fortraneries/SoundBrotching/genwaves.f90

16 lines
174 B
Fortran

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