mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge pull request #25583 from lkxed/fix-format-20210405-How-different-programming-languages-do-the-same-thing
[修正格式][tech]: 20210405 How different programming languages do the same thing.md
This commit is contained in:
commit
bace8b6ec1
@ -202,10 +202,10 @@ else {
|
||||
Rust
|
||||
```rust
|
||||
_ if guess < random => println!("Too low"),
|
||||
_ if guess > random => println!("Too high"),
|
||||
_ => {
|
||||
println!("That's right");
|
||||
break;
|
||||
_ if guess > random => println!("Too high"),
|
||||
_ => {
|
||||
println!("That's right");
|
||||
break;
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user