Commit graph

6 commits

Author SHA1 Message Date
Chris Boesch
d0519d18fa Fixed unicode literal 2024-03-08 01:07:57 +01:00
Juergen Hoetzel
8c2202c73d Add example for Unicode Code point literal > 255
Only Basic Latin and Latin-1 Supplement code points fit into a single
byte.
2023-08-27 12:33:33 +02:00
lording
d2d3dfa277 var to const when posssible 2023-06-22 09:41:41 +00:00
Manlio Perillo
6b17a18893 Ensure the exercises use the canonical format
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-04-18 18:16:19 +02:00
Jonathan Halmen
29d32bfa79 fix whitespace line-endings 2021-11-05 17:46:56 +01:00
Dave Gauer
1427d3b6f1 added 059 2021-04-08 18:42:19 -04:00