I got this: let args: Vec::<String> = std::env::args().collect(); let matches = App::new("Rust grader") .author("Arkadiusz Bulski <[email protected]>") ...
確定! 回上一頁