Browse Source

Merge pull request #104 from lkadalski/patch-2

fix: wrong expected output in exercise 004
Dave Gauer 3 years ago
parent
commit
46ed43d63e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.zig

+ 1 - 1
build.zig

@@ -64,7 +64,7 @@ const exercises = [_]Exercise{
     },
     },
     .{
     .{
         .main_file = "004_arrays.zig",
         .main_file = "004_arrays.zig",
-        .output = "Fourth: 7, Length: 8",
+        .output = "First: 2, Fourth: 7, Length: 8",
         .hint = "There are two things to complete here.",
         .hint = "There are two things to complete here.",
     },
     },
     .{
     .{