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