7 lines
107 B
Rust
7 lines
107 B
Rust
|
|
fn main() {
|
|
if let Err(err) = c2vi_part::md_main() {
|
|
err.log();
|
|
}
|
|
}
|
|
|