From 757826d45a66168bd74e6912c7d7fceb151bb10c Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Fri, 28 Nov 2025 14:42:58 +0100 Subject: changed 1 to 42 for better understanding --- build.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.zig') 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) -- cgit v1.2.3