Fortraneries/SoundBrotching/genwaves.f90

16 lines
174 B
Fortran
Raw Normal View History

2022-02-08 09:17:22 +11:00
program genwaves
use soundbrotch
! -----------------------------
implicit none
print *, "genwaves is coming soon..."
call soundbrotch_version()
end program