diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-05-12 19:51:58 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-05-12 19:51:58 +0000 |
| commit | 54b2b58b6a25bb3efe42014aa78b70282d84793d (patch) | |
| tree | 76392070fef9b76c60961658f90d3d6507ffed59 /build.zig | |
| parent | 377d184cdcf9a5916b0d834cc327ae8dfdf52666 (diff) | |
| parent | 761fb1a501a73cf553e1ec4ec0d8ab82ff75d6e4 (diff) | |
Merge pull request 'Exercise 097 - Changed the values for better understanding' (#251) from i210 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/251
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", |
