blob: f5e3afdf212e204c008a8da55e78adbb1293f52a [file] [log] [blame]
fn main() {
eprintln!("{:?}", std::env::args().collect::<Vec<_>>());
}