7 lines
89 B
Rust
7 lines
89 B
Rust
|
mod sound;
|
||
|
mod performance_group;
|
||
|
|
||
|
fn main() {
|
||
|
performance_group::clarinet_trio();
|
||
|
}
|