add one exercise in patterns.md

This commit is contained in:
sunface 2022-03-11 15:46:02 +08:00
parent 553f7b1648
commit 76b987152c
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# ChangeLog
### 2022-03-11
- Add one exercise in [Patterns](https://practice.rs/pattern-match/patterns.html)
### 2022-03-10
- Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html)