rust/tests/pass/main_result.rs

4 lines
67 B
Rust
Raw Normal View History

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