add [Small projects with Elegant code base]

This commit is contained in:
sunface 2022-03-17 09:44:16 +08:00
parent b7b2d01e74
commit 21d4000b51
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog
### 2022-03-17
- Add [Small projects with Elegant code](https://practice.rs/elegant-code-base.html)
### 2022-03-15
- Add [Formatting](https://practice.rs/formatted-output/formatting.html)

View File

@ -1,7 +1,7 @@
# Summary
- [Rust By Practice](why-exercise.md)
- [Small projects with Elegant code base](elegant-code-base.md)
- [Small projects with Elegant code](elegant-code-base.md)
- [Variables](variables.md)
- [Basic Types](basic-types/intro.md)
- [Numbers](basic-types/numbers.md)