3 lines
58 B
Rust
3 lines
58 B
Rust
pub type Int = u32;
|
|
pub type Line = (Vec<Int>, Vec<Int>);
|
pub type Int = u32;
|
|
pub type Line = (Vec<Int>, Vec<Int>);
|