Commit graph

947 commits

Author SHA1 Message Date
Alex McHugh
f656e950d5 Add patch. 2024-06-23 20:24:28 +12:00
Alex McHugh
3763f976eb 046: Show usage of .? and hint towards new solution. 2024-06-23 19:35:22 +12:00
Chris Boesch
da46008761 Merge pull request 'Fixes because of a new Zig version, which changes some functions.' (#114) from patch-106 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/114
2024-06-17 10:14:13 +00:00
Chris Boesch
5c000ce2d7
Fixes because of a new Zig version, which changes some functions. 2024-06-17 11:43:25 +02:00
Chris Boesch
c0c315b25a Merge pull request 'Calling split is deprecated' (#110) from cannero/zig-exercises:change_split into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/110
2024-06-17 08:00:44 +00:00
Sebastian
83f16709ba Calling split is deprecated
The `split` function in std mem is depreacted and a `@compileError`, splitSequence,
splitAny, or splitScalar should be used instead.
2024-06-16 18:58:48 +02:00
Chris Boesch
6d3d3651d0 Merge pull request 'English fixes for 107_files2.zig' (#108) from hippietrail/exercises:english-107 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/108
2024-06-14 09:06:53 +00:00
Andrew Dunbar
582a2558c7 English fixes for 106_files.zig 2024-06-12 17:52:33 +10:00