Merge pull request #140 from kaichii/patch-1

Update why-exercise.md
This commit is contained in:
Sunface
2022-03-03 16:35:45 +08:00
committed by GitHub

View File

@ -1,5 +1,5 @@
# Rust By Practice
This book was designed for easily diving into Rustand it's very easy to use: All you need to do is to make each exercise comipile without ERRORS and Panics !
This book was designed for easily diving into Rustand it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics !
## Features
@ -66,4 +66,4 @@ fn main() {
None => (),
}
}
```
```