You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 14:17:34 +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 3: Afternoon Exercises
|
||||
|
||||
Let us build a safe wrapper for reading directory content!
|
||||
|
||||
<details>
|
||||
|
||||
After looking at the exercise, you can look at the [solution] provided.
|
||||
|
||||
[solutions]: solutions-afternoon.md
|
||||
|
||||
</details>
|
||||
|
@ -1,3 +1,11 @@
|
||||
# Day 3: Morning Exercises
|
||||
|
||||
We will design a classical GUI library traits and trait objects.
|
||||
|
||||
<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