Nama program karat
println!("Program: {}", std::env::args().next().unwrap());
Mackerel
println!("Program: {}", std::env::args().next().unwrap());