division_of_one/src/main.rs

4 lines
64 B
Rust

fn main() -> Result<(), String> {
division_of_one::main()
}