aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2022-07-31 09:41:17 -0400
committerGitHub <noreply@github.com>2022-07-31 09:41:17 -0400
commit46ed43d63e5ef27159db4726abfa7fa9c834a155 (patch)
tree1ae2f12effc2b28b5bb89b83ae1e05e2ebd19603 /build.zig
parent222a111ef7a2ab6a4fcabfc74436eeb22465a18a (diff)
parent40989103871e79b99a0bbc5923ef1a02b0076884 (diff)
Merge pull request #104 from lkadalski/patch-2
fix: wrong expected output in exercise 004
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.",
},
.{