summaryrefslogtreecommitdiff
path: root/exercises/structs/structs1.rs
AgeCommit message (Collapse)Author
2022-07-14fix(structs1): rename to unit-like structmokou
2022-07-14feat(structs1): convert structs to use i32 typesmokou
2019-11-11feat: improve `watch` execution modeRoberto Vidal
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-11-11fix(structs1): Remove misleading commentmarisa
2019-06-20Fixes the irrefutable let pattern warningBrian Kung
2019-05-25Adds a simple exercise for structuresBrian Kung