1 2 3 4 5 6
#[tokio::main] async fn main() { if let Err(e) = emu_cli::evaluate().await { println!("error: {}", e.to_string()); } }