1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-24 14:26:20 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>