1
0
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 ()

* 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:
Matt Schulte 2023-07-02 23:36:38 -07:00 committed by GitHub
parent 9fc92c5d66
commit 76ee72f8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.