summaryrefslogtreecommitdiff
path: root/exercises/quiz2.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
2023-01-03Minor GrammarJarrod Sanders
2022-11-24chore: minor change in commentTK Buristrakul
2022-09-12fix(quiz2): fix comment regarding hintsTiago De Gaspari
Change the comment on quiz2.rs, since there are no hints.
2022-08-08Fix minor spellingBrian Fakhoury
2022-07-15fix: re-add missing done commentsmokou
2022-07-14fix(quiz2): add hint commentmokou
2022-07-14feat: rework quiz2mokou
2020-08-25fix(exercises): adding question mark to quiz2Antoine Barthelemy
Question marks added for consistency. closes #496
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