aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 839d7d2..3c06eab 100644
--- a/build.zig
+++ b/build.zig
@@ -64,7 +64,7 @@ const exercises = [_]Exercise{
},
.{
.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.",
},
.{