1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 06:10:26 +02:00

Update boot-library.md (#225)

Adding a link to the Solution.
This commit is contained in:
Igor Petruk
2023-01-23 11:30:52 +00:00
committed by GitHub
parent 820453ba08
commit 356d1cec19

View File

@ -40,3 +40,9 @@ Use this to create a library application. Copy the code below to
{{#include book-library.rs:main}}
```
<details>
[Solution](solutions-afternoon.md#designing-a-library)
</details>