diff options
| author | Dave Gauer <[email protected]> | 2023-04-30 17:11:37 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2023-04-30 17:11:37 -0400 |
| commit | bef099fee6f5a24036d1f02fcc43fe4b849c5528 (patch) | |
| tree | c7d5ac9b6c2fe41cde1cbfd7ac14f4a86c2fc891 | |
| parent | fd10ff8bb3e32ad4c0ef5231cc5f9685d1cd6ca4 (diff) | |
| download | ziglings-bef099fee6f5a24036d1f02fcc43fe4b849c5528.tar.xz ziglings-bef099fee6f5a24036d1f02fcc43fe4b849c5528.zip | |
Renamed 095 to "for3" to match feature sequence
So 100 will be the next in line.
| -rw-r--r-- | build.zig | 2 | ||||
| -rw-r--r-- | exercises/095_for3.zig (renamed from exercises/095_for_loops.zig) | 0 | ||||
| -rw-r--r-- | patches/patches/095_for3.patch (renamed from patches/patches/095_for_loops.patch) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -500,7 +500,7 @@ const exercises = [_]Exercise{ .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", }, .{ diff --git a/exercises/095_for_loops.zig b/exercises/095_for3.zig index e4c4662..e4c4662 100644 --- a/exercises/095_for_loops.zig +++ b/exercises/095_for3.zig diff --git a/patches/patches/095_for_loops.patch b/patches/patches/095_for3.patch index c258b7b..c258b7b 100644 --- a/patches/patches/095_for_loops.patch +++ b/patches/patches/095_for3.patch |
