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