1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-17 23:23:43 +02:00
comprehensive-rust/third_party/rust-on-exercism/health-statistics.md
2022-12-21 16:38:28 +01:00

7 lines
330 B
Markdown

You're working on implementing a health-monitoring system. As part of that, you
need to keep track of users' health statistics.
You'll start with some stubbed functions in an `impl` block as well as a `User`
struct definition. Your goal is to implement the stubbed out methods on the
`User` `struct` defined in the `impl` block.