Updated src/programming_concepts/control_flow.md'.

This commit is contained in:
Hector PENG
2026-03-10 19:02:27 +08:00
parent 418fa0b7d3
commit 67918c2c54
2 changed files with 2 additions and 2 deletions

View File

@@ -835,7 +835,7 @@ fn main() {
至此,咱们已成功构建了这个猜数游戏。恭喜!
## 本章小结
# 本章小结
这个项目以实践的方式,向咱们介绍了许多新的 Rust 概念:

View File

@@ -198,7 +198,7 @@ $ cargo build
更多有关 Cargo 的信息,请查看 [Cargo 文档](https://doc.rust-lang.org/cargo/)。
## 本章小结
# 本章小结
咱们的 Rust 之旅,已经有了一个良好的开端!在本章中,咱们已经掌握了如何: