multiview/src/main.rs

6 lines
106 B
Rust

fn main() {
if let Err(e) = multiview::main() {
eprintln!("An error occured: {}", e);
}
}