Fortraneries/SoundBrotching/genwaves.f90

16 lines
174 B
Fortran
Raw Normal View History

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