mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 04:32:16 +08:00
fix duplicate title in guessing-game-tutorial
ch02-00-guessing-game-tutorial.md has two `接收用户输入` title
This commit is contained in:
parent
b7dcb02068
commit
01776dd7a3
@ -115,8 +115,6 @@ let mut bananas = 5; // 可变
|
|||||||
|
|
||||||
### 接收用户输入
|
### 接收用户输入
|
||||||
|
|
||||||
### 接收用户输入
|
|
||||||
|
|
||||||
回忆一下,我们在程序的第一行使用 `use std::io;` 从标准库中引入了输入/输出功能。现在调用 `io` 库中的函数 `stdin`:
|
回忆一下,我们在程序的第一行使用 `use std::io;` 从标准库中引入了输入/输出功能。现在调用 `io` 库中的函数 `stdin`:
|
||||||
|
|
||||||
```rust,ignore
|
```rust,ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user