Browse Source

Renamed 095 to "for3" to match feature sequence

So 100 will be the next in line.
Dave Gauer 2 years ago
parent
commit
bef099fee6
3 changed files with 1 additions and 1 deletions
  1. 1 1
      build.zig
  2. 0 0
      exercises/095_for3.zig
  3. 0 0
      patches/patches/095_for3.patch

+ 1 - 1
build.zig

@@ -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",
     },
     .{

+ 0 - 0
exercises/095_for_loops.zig → exercises/095_for3.zig


+ 0 - 0
patches/patches/095_for_loops.patch → patches/patches/095_for3.patch