use std::process::exit; pub fn incant() -> i32 { exit(0); }