blob: 0116dce4992dcab2c92df739ed408773f601ee99 [file] [log] [blame]
fn main() {
for arg in std::env::args() {
println!("{}", arg);
}
}