aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/092_interfaces.zig
AgeCommit message (Collapse)Author
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch
This is checked from compiler version 0.12.0-dev.1664
2023-06-17fix typoTobias Frilling
2023-05-07Remove repeated word "with"Kim SHrier
2023-05-05Fixed example syntax for inline elseArnon
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-15Added story/explanation to new ex. 092Dave Gauer
2023-02-14inserted a failure and created a patchChris Boesch
2023-02-11added 092_interfaces to buildChris Boesch
2023-02-11first draft for interfacesChris Boesch