rust-book/modules/src/sound/instrument.rs

4 lines
62 B
Rust
Raw Normal View History

2019-01-30 15:20:20 -05:00
pub fn clarinet() {
println!("A clarinet is playing.");
}