diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-04 10:37:03 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-02-04 10:37:03 +0100 |
| commit | 8840f201d5d680af31d634b7dce47e7ce0787729 (patch) | |
| tree | fc4a7893fbfff3f875689910562fe21b30ef0733 /build.zig | |
| parent | 0ceb0df875ec471268b72946109e7f696766fd1b (diff) | |
changed to zig-dev version 2471
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ const print = std.debug.print; // 1) Getting Started // 2) Version Changes comptime { - const required_zig = "0.16.0-dev.2075"; + const required_zig = "0.16.0-dev.2471"; const current_zig = builtin.zig_version; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; if (current_zig.order(min_zig) == .lt) { @@ -1287,7 +1287,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) |
