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