aboutsummaryrefslogtreecommitdiff
path: root/exercises/058_quiz7.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch1-2/+2
This is checked from compiler version 0.12.0-dev.1664
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch1-1/+1
2023-04-18Ensure the exercises use the canonical formatManlio Perillo1-14/+14
Add the check-exercises.py tool in the new tools directory. It is used to check that the exercises are correctly formatted, printing on stderr the invalid ones and the diff in the unified format. Update the exercises that don't use the canonical zig fmt format. Update some patches that cause the generated zig file to be incorrectly formatted.
2023-02-21dev.1711 - switched to multi-object-for-loopsChris Boesch1-1/+1
2021-12-01Fix typo in comment in 058_quiz7.zigArnavion1-1/+1
2021-11-07Adding note to the monster 058 for the unwaryDave Gauer1-0/+10
2021-09-04Fix exercises 058 and 081 :wrench:Georgy Trush1-1/+1
2021-06-30methods NOT namespaced like i expectedDave Gauer1-6/+3
2021-04-10mention builtin ex coming upDave Gauer1-1/+4
2021-04-05Ex 058 separate explanations for clarityDave Gauer1-2/+4
2021-04-04Make it clearer where there's nothing to be fixed.Dave Gauer1-0/+1
2021-04-04Added epic ex058 - quiz 7Dave Gauer1-0/+458