rust/tests/pass/main_result.rs
2022-06-01 10:53:38 -04:00

4 lines
67 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}