mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
add solutions for flow-control.md
This commit is contained in:
@ -90,7 +90,7 @@ fn main() {
|
||||
```
|
||||
|
||||
### while
|
||||
当条件为 true 时,`while` 将一直循环
|
||||
🌟🌟 当条件为 true 时,`while` 将一直循环
|
||||
|
||||
```rust,editable
|
||||
|
||||
|
Reference in New Issue
Block a user