aboutsummaryrefslogtreecommitdiff
path: root/exercises/092_interfaces.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch1-1/+1
This is checked from compiler version 0.12.0-dev.1664
2023-06-17fix typoTobias Frilling1-1/+1
2023-05-07Remove repeated word "with"Kim SHrier1-1/+1
2023-05-05Fixed example syntax for inline elseArnon1-1/+1
2023-04-18Ensure the exercises use the canonical formatManlio Perillo1-1/+1
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 Gauer1-24/+83
2023-02-14inserted a failure and created a patchChris Boesch1-1/+1
2023-02-11added 092_interfaces to buildChris Boesch1-28/+8
2023-02-11first draft for interfacesChris Boesch1-0/+88