7 lines
114 B
Rust
7 lines
114 B
Rust
|
#![feature(round_char_boundary)]
|
||
|
mod compare;
|
||
|
|
||
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||
|
Ok(())
|
||
|
}
|