mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-22 03:52:16 +08:00
commit
e1780485f4
@ -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…
Reference in New Issue
Block a user