4 lines
67 B
Text
4 lines
67 B
Text
|
|
fn main() {
|
||
|
|
io::println(fmt!("Program: %s", os::args()[0]));
|
||
|
|
}
|