summaryrefslogtreecommitdiff
path: root/exercises/quiz3.rs
AgeCommit message (Collapse)Author
2024-04-22Move quizzesmo8it
2024-04-17Clean up and unify exercisesmo8it
2024-04-17Require a main function in all exercisesmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2022-07-14feat: move generics3 to be quiz3mokou
2021-03-16fix(quiz3): Force an answer to Q2 (#672)Pascal H
Add also an example of unimplemented!() macro.
2020-06-03fix: fix quiz naming inconsistency (#421)Alexx Roche
Inconsistent naming when compared with the other quiz files.
2020-05-19feat: renames test to quiz, fixes #244Sanjay K
BREAKING CHANGE * changed test to quiz: fixes issues in #244 * fixed info.toml: #244 * fixed naming related issues