1 2 3 4 5
#[exit_status::main] fn main() -> std::result::Result<i32, Box<dyn std::error::Error>> { Ok(0) }