Goofing around with examples

This commit is contained in:
Jamie Hardt
2021-01-01 22:36:08 -08:00
parent e652722250
commit ca1d5eb714
5 changed files with 133 additions and 102 deletions

View File

@@ -0,0 +1,10 @@
//! wave-inter.rs
//! (c) 2021 Jamie Hardt. All rights reserved.
//!
//! This program demonstrats combining several wave files into a single
//! polyphonic wave file.
fn main() -> std::io::Result<()> {
Ok(())
}