mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-28 15:09:12 +00:00
add solution links for recently added chapters
This commit is contained in:
@ -275,3 +275,5 @@ fn main() {
|
|||||||
println!("w = {}", w);
|
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 :)
|
@ -141,3 +141,5 @@ pub trait IsTrue {}
|
|||||||
|
|
||||||
impl IsTrue for Assert<true> {}
|
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 :)
|
@ -225,3 +225,5 @@ fn main() {
|
|||||||
println!("Success!")
|
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 :)
|
@ -466,3 +466,5 @@ fn main() {
|
|||||||
println!("Success!")
|
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 :)
|
Reference in New Issue
Block a user