summaryrefslogtreecommitdiffstatshomepage
path: root/exercises/075_quiz8.zig
AgeCommit message (Collapse)Author
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch
2023-04-18Ensure the exercises use the canonical formatManlio Perillo
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 Boesch
2022-03-19Added comptime wizardry to 075 quiz8Dave Gauer
Thanks to Helios on Discord for the wizardry!
2021-11-05zig fmtJonathan Halmen
2021-11-05fix whitespace line-endingsJonathan Halmen
2021-06-30methods not namespacedDave Gauer
2021-04-30Added ex075 Quiz 8Dave Gauer