aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorŁukasz Kądalski <kadalski.lukasz@gmail.com>2022-06-11 14:27:11 +0200
committerGitHub <noreply@github.com>2022-06-11 14:27:11 +0200
commit40989103871e79b99a0bbc5923ef1a02b0076884 (patch)
treebbff20f1a3e7890ad5ca766a402d99abb8025a6f
parent6955f2c067f4d36b30219931cf13832ebad6a3c4 (diff)
fix: wrong expected output in exercise 004
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index d4fdb8e..02722e8 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.",
},
.{