use std::process::exit; fn main() { exit(0); }