aboutsummaryrefslogtreecommitdiff
path: root/exercises/059_integers.zig
AgeCommit message (Collapse)AuthorFilesLines
2024-03-08Fixed unicode literalChris Boesch1-6/+6
2023-08-27Add example for Unicode Code point literal > 255Juergen Hoetzel1-1/+2
Only Basic Latin and Latin-1 Supplement code points fit into a single byte.
2023-06-22var to const when posssiblelording1-1/+1
2023-04-18Ensure the exercises use the canonical formatManlio Perillo1-3/+3
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.
2021-11-05fix whitespace line-endingsJonathan Halmen1-1/+1
2021-04-08added 059Dave Gauer1-0/+28