Fortraneries/SoundBrotching/genwaves.f90
2022-03-31 22:14:11 +02:00

12 lines
131 B
Fortran

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