Fortraneries/SoundBrotching/genwaves.f90

12 lines
131 B
Fortran

program genwaves
use soundbrotch
! -----------------------------
implicit none
call soundbrotch_version()
end program