HexoDSP/examples/jack_demo.rs
Weird Constructor 1bdce9463e initial commit
2021-05-18 03:59:00 +02:00

6 lines
61 B
Rust

use hexodsp::*;
fn main() {
println!("> {}", test());
}