5 lines
61 B
Rust
5 lines
61 B
Rust
use hexodsp::*;
|
|
|
|
fn main() {
|
|
println!("> {}", test());
|
|
}
|