1
0
Fork 0
mirror of https://codeberg.org/andyscott/ziglings.git synced 2025-04-26 05:03:48 -04:00

Renamed 095 to "for3" to match feature sequence

So 100 will be the next in line.
This commit is contained in:
Dave Gauer 2023-04-30 17:11:37 -04:00
parent fd10ff8bb3
commit bef099fee6
3 changed files with 1 additions and 1 deletions
build.zig
exercises
patches/patches

View file

@ -500,7 +500,7 @@ const exercises = [_]Exercise{
.C = true, .C = true,
}, },
.{ .{
.main_file = "095_for_loops.zig", .main_file = "095_for3.zig",
.output = "1 2 4 7 8 11 13 14 16 17 19", .output = "1 2 4 7 8 11 13 14 16 17 19",
}, },
.{ .{