aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig b/build.zig
index d4fdb8e..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.",
},
.{
@@ -331,7 +331,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "064_builtins.zig",
- .output = "1101 + 0101 = 0010 (true). Furthermore, 11110000 backwards is 00001111.",
+ .output = "1101 + 0101 = 0010 (true). Without overflow: 00010010. Furthermore, 11110000 backwards is 00001111.",
},
.{
.main_file = "065_builtins2.zig",