summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-11-28 14:42:58 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-11-28 14:42:58 +0100
commit757826d45a66168bd74e6912c7d7fceb151bb10c (patch)
tree1d857577cdd3d6e6bf753e8acb6904f69f332ebe /build.zig
parented9694e557bcbe95e5d00489d32aec556614a52d (diff)
changed 1 to 42 for better understanding
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 bc0b23e..750732c 100644
--- a/build.zig
+++ b/build.zig
@@ -730,7 +730,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "009_if.zig",
- .output = "Foo is 1!",
+ .output = "Foo is 42!",
},
.{
.main_file = "010_if2.zig",
@@ -1275,7 +1275,7 @@ const exercises = [_]Exercise{
\\Max difference (new fn): 0.014
,
},
- .{ .main_file = "110_quiz9.zig", .output =
+ .{ .main_file = "110_quiz9.zig", .output =
\\Toggle pins with XOR on PORTB
\\-----------------------------
\\ 1100 // (initial state of PORTB)