Hello Foo



let args = std::env::args().collect::<Vec<String>>()
let name = &args[1];
println!("Hello {}", name);