1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-18 07:07:35 +02:00

Fix some exercise location mixups in Day 2 (#1136)

Should supersede #1135, I think.
This commit is contained in:
Frances Wingerter
2023-08-28 18:53:22 +00:00
committed by GitHub
parent 0e4df4b505
commit 890c46a90c
2 changed files with 5 additions and 7 deletions

View File

@ -2,9 +2,9 @@
We will look at implementing methods in two contexts:
* Simple struct which tracks health statistics.
* Storing books and querying the collection
* Multiple structs and enums for a drawing library.
* Keeping track of health statistics for patients
<details>