mirror of
https://github.com/nushell/nushell.git
synced 2025-07-15 13:55:26 +02:00
4 lines
78 B
Rust
4 lines
78 B
Rust
fn main() {
|
|
std::env::args().skip(1).for_each(|arg| print!("{}", arg));
|
|
}
|