Add [Package and Crate]

This commit is contained in:
sunface
2022-03-14 15:39:22 +08:00
parent fca5084157
commit 4e8dde4fa3
4 changed files with 117 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog
### 2022-03-14
- Add [Package and Crate](https://practice.rs/crate-module/crate.html)
### 2022-03-11
- Add one exercise in [Patterns](https://practice.rs/pattern-match/patterns.html)