add exercises for diverging functions

This commit is contained in:
sunface 2022-03-10 22:00:42 +08:00
parent 660c9a14e8
commit 7bc4cf757b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html)
- Add [Type conversions - Others](https://practice.rs/type-conversions/others.html)
- Add [Panics](https://practice.rs/result-panic/panic.html)
- Add exercises for [diverging functions](https://practice.rs/basic-types/functions.html#diverging-functions)
### 2022-03-09