mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-03 01:56:12 +02:00
Suggest to run day 3 afternoon exercise locally (#882)
* Suggest to run day 3 afternoon exercise locally Based on feedback from running the class, students found developing the day 3 afternoon exercise locally was a better experience than using Playground. * Update src/exercises/day-3/afternoon.md --------- Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
parent
9fc92c5d66
commit
76ee72f8e0
@ -2,6 +2,13 @@
|
||||
|
||||
Let us build a safe wrapper for reading directory content!
|
||||
|
||||
For this exercise, we suggest using a local dev environment instead
|
||||
of the Playground. This will allow you to run your binary on your own machine.
|
||||
|
||||
To get started, follow the [running locally] instructions.
|
||||
|
||||
[running locally]: ../../cargo/running-locally.md
|
||||
|
||||
<details>
|
||||
|
||||
After looking at the exercise, you can look at the [solution] provided.
|
||||
|
Loading…
x
Reference in New Issue
Block a user