| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-16 | Update Exercises Directory Names to Reflect Order | Adam Brewer | |
| 2023-05-29 | docs: cleanup the explanation paragraphs at the start of each exercise. | Robert Fry | |
| 2022-11-24 | chore: added more descriptive TODOs | TK Buristrakul | |
| 2022-10-11 | docs(options1): fix and clarify 24 hour time instruction | bhbuehler | |
| 2022-08-17 | Update options1.rs | vostok92 | |
| Fix assertions | |||
| 2022-08-15 | Update options1.rs | Nico Vromans | |
| Added extra test for before 10PM and updated the test for at 10PM (when it's 10PM there should already not be any ice cream left, as per the description). Also fixed the `raw_value` test, as it is later than 10PM, so there should be no more ice cream left. | |||
| 2022-08-11 | fix(options1): remove unused code | Markus Boehme | |
| Since rewriting the exercise in commit 06e4fd376586 the print_number function goes unused. Remove it. | |||
| 2022-07-26 | feat(options1): update expected result | Tristan Nicholls | |
| Expected result is updated to better showcase the difference between - a valid result with no ice-creams `Some(0)`, and - an invalid result `None`. | |||
| 2022-07-14 | feat(options1): rewrite to remove array stuff | mokou | |
| 2022-07-14 | fix: rename option to options | mokou | |
