6 Commits

Author SHA1 Message Date
Antoine Barthelemy
13446baf85
fix(simplify): eliminating tuple in TODO enum
Going back to what was initially intended by nyxton in order to simply exercise.
Using simple tuple type makes it much easier to understand and makes more sense as it keeps it simple. 
"Nesting" tuples makes it unusual and somehow complicated.
2020-08-18 15:23:59 +02:00
Étienne Barrié
3144d3ae63 chore: Run rustfmt on exercises 2020-08-10 10:24:21 -04:00
DEWA Kazuyuki/出羽和之
4b6540c71a
fix(enums3): Update Message::ChangeColor to take a tuple. (#457) 2020-07-08 11:56:43 +02:00
Siobhan Jacobson
09e89bbcd3 Update Message::Move in the enums3 test to take a Point. 2020-05-04 18:59:23 -04:00
Roberto Vidal
2cdd61294f feat: improve watch execution mode
The `watch` command now requires user action to move to the next
exercise.

BREAKING CHANGE: this changes the behavior of `watch`.
2019-11-11 16:23:35 +01:00
Thomas Holloway
dc15032112 feat: Add enums exercises 2019-10-28 22:49:49 -05:00