diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-05-12 21:36:37 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-05-12 21:36:37 +0200 |
| commit | 761fb1a501a73cf553e1ec4ec0d8ab82ff75d6e4 (patch) | |
| tree | 76392070fef9b76c60961658f90d3d6507ffed59 /build.zig | |
| parent | 377d184cdcf9a5916b0d834cc327ae8dfdf52666 (diff) | |
Changed the values for better understanding
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1146,7 +1146,7 @@ const exercises = [_]Exercise{ }, .{ .main_file = "097_bit_manipulation.zig", - .output = "x = 0; y = 1", + .output = "x = 1011; y = 1101", }, .{ .main_file = "098_bit_manipulation2.zig", |
