main.rs (94B)
1 fn main() { 2 if let Err(error) = jannie::oneshot() { 3 eprintln!("{error}"); 4 } 5 }