4 lines
77 B
Text
4 lines
77 B
Text
|
|
fn main() {
|
||
|
|
println!("Program: {}", std::env::args().next().unwrap());
|
||
|
|
}
|