Added this to the Cargo.toml file. [dependencies] rand = "0.3". And the code – extern crate rand; use rand::Rng; fn main() { let num ...
確定! 回上一頁