Commit Graph

13 Commits (4b1fe0a1cc8dd1f42fc00d5ef2a4aae6f29798e1)

Author SHA1 Message Date
liv f123cb2777
Merge pull request #1228 from grzegorz-zur/patch-1
Removed unnecessary use statement
2 years ago
TK Buristrakul a315f2fefb chore: added more descriptive TODOs 2 years ago
bhbuehler c157c53983 docs(options1): fix and clarify 24 hour time instruction 2 years ago
Grzegorz Żur da6178bdc6
Removed unnecessary use statement 2 years ago
magnusrodseth 99ea2cbba7 chore: make options2 not compile deliberately 2 years ago
magnusrodseth 52a29aa84b test: Convert main function to working tests 2 years ago
vostok92 4455c22b9a
Update options1.rs
Fix assertions
2 years ago
Nico Vromans e8122daa87
Update options1.rs
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.
2 years ago
Markus Boehme 3c84cc1702 fix(options1): remove unused code
Since rewriting the exercise in commit 06e4fd3765 the print_number
function goes unused. Remove it.
2 years ago
Tristan Nicholls a56f648cce feat(options1): update expected result
Expected result is updated to better showcase the difference between
- a valid result with no ice-creams `Some(0)`, and
- an invalid result `None`.
2 years ago
mokou b71feed824 feat(options): add hint comments 2 years ago
mokou 06e4fd3765 feat(options1): rewrite to remove array stuff 2 years ago
mokou b644558c19 fix: rename option to options 2 years ago