fn main() { println!("Program: {}", std::env::args().next().unwrap()); }