Merge branch 'sunface:master' into master

This commit is contained in:
Scott Rhodes
2024-04-19 20:14:58 -04:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

View File

@ -180,3 +180,5 @@ fn main() {
println!("Hello {{}}"); // => Hello {}
}
```
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/formatted-output/formatting.md)找到答案(在 solutions 路径下)