You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-18 23:27:34 +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:
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
Let us build a safe wrapper for reading directory content!
|
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>
|
<details>
|
||||||
|
|
||||||
After looking at the exercise, you can look at the [solution] provided.
|
After looking at the exercise, you can look at the [solution] provided.
|
||||||
|
Reference in New Issue
Block a user