summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-05-12 21:36:37 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-05-12 21:36:37 +0200
commit761fb1a501a73cf553e1ec4ec0d8ab82ff75d6e4 (patch)
tree76392070fef9b76c60961658f90d3d6507ffed59 /build.zig
parent377d184cdcf9a5916b0d834cc327ae8dfdf52666 (diff)
Changed the values for better understanding
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 2d7d2f4..6c76917 100644
--- a/build.zig
+++ b/build.zig
@@ -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",