You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-29 03:51:35 +02:00
Add speaker notes to exercise pages
The notes link to the corresponding solutions.
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
# Day 2: Afternoon Exercises
|
||||
|
||||
The exercises for this afternoon will focus on strings and iterators.
|
||||
|
||||
<details>
|
||||
|
||||
After looking at the exercises, you can look at the [solutions] provided.
|
||||
|
||||
[solutions]: solutions-afternoon.md
|
||||
|
||||
</details>
|
||||
|
@ -5,3 +5,11 @@ We will look at implementing methods in two contexts:
|
||||
* Simple struct which tracks health statistics.
|
||||
|
||||
* Multiple structs and enums for a drawing library.
|
||||
|
||||
<details>
|
||||
|
||||
After looking at the exercises, you can look at the [solutions] provided.
|
||||
|
||||
[solutions]: solutions-morning.md
|
||||
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user