use clap::{crate_version, App, Arg}; //below code goes at the beginning of main() function: let matches = App::new("CLI Game Of Life") ...
確定! 回上一頁