1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-16 06:39:46 +02:00
comprehensive-rust/third_party/rust-on-exercism
Frances Wingerter 2f5dcbafc3
Rework health statistics exercise (#909)
* exercises: health-statistics: weight -> height

weight may be a sensitive topic for some readers; use height instead as this isn't important to the content of the course

* exercises: health-statistics: add health report

this lets us see a non-setter use case for &mut self

it also makes the 'statistics' side of this exercise more explicit as we count doctor visits

* exercises: health-statistics: normalize variable names
2023-07-11 18:01:49 -04:00
..
health-statistics.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
health-statistics.rs Rework health statistics exercise (#909) 2023-07-11 18:01:49 -04:00
LICENSE Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
README.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00

Exercism Rust Track

This directory contains exercises copied from the Exercism Rust Track. Please see https://github.com/exercism/rust for the full project.

License

The Exercism Rust Track is licensed under the MIT license (LICENSE).