1 2 3 4 5 6
use std::process::Termination; use gowiners::cli::run; fn main() -> impl Termination { run() }