添加extern crate rand;

pull/269/head
Azureki 6 years ago committed by GitHub
parent 6d65062bde
commit fb1b891939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -349,6 +349,8 @@ rand = "0.4.0"
<span class="filename">文件名: src/main.rs</span>
```rust,ignore
extern crate rand;
use std::io;
use rand::Rng;

Loading…
Cancel
Save