add solution links for recently added chapters

This commit is contained in:
sunface
2022-03-06 09:36:31 +08:00
parent 9405c576ff
commit 2a8e014329
4 changed files with 12 additions and 4 deletions

View File

@ -275,3 +275,5 @@ fn main() {
println!("w = {}", w);
}
```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)

View File

@ -141,3 +141,5 @@ pub trait IsTrue {}
impl IsTrue for Assert<true> {}
```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)

View File

@ -225,3 +225,5 @@ fn main() {
println!("Success!")
}
```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)

View File

@ -466,3 +466,5 @@ fn main() {
println!("Success!")
}
```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)