mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 12:51:31 +00:00
4 lines
75 B
Rust
4 lines
75 B
Rust
fn main() {
|
|
eprintln!("{:?}", std::env::args().collect::<Vec<_>>());
|
|
}
|