diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-28 15:15:49 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-28 15:15:49 +0100 |
| commit | 9302d102828413a6424c2c71a6a645cc5d064201 (patch) | |
| tree | 1d857577cdd3d6e6bf753e8acb6904f69f332ebe /build.zig | |
| parent | ed9694e557bcbe95e5d00489d32aec556614a52d (diff) | |
| parent | 757826d45a66168bd74e6912c7d7fceb151bb10c (diff) | |
Merge pull request 'changed 1 to 42 for better understanding' (#329) from i326 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/329
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
