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