add chapter [println and format]

This commit is contained in:
sunface 2022-03-15 20:06:09 +08:00
parent 112f6b26ac
commit ad8049ce99
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
### 2022-03-15
- Add [prinln! and format!](https://practice.rs/formatted-output/println.html)
- Add [Debug and Display](https://practice.rs/formatted-output/debug-display.html)
- Add [Comments and Docs](https://practice.rs/comments-docs.html)
- Add [Fighting with Compiler](https://practice.rs/fight-compiler/intro.html)