Changed the values for better understanding

This commit is contained in:
Chris Boesch
2025-05-12 21:36:37 +02:00
parent 377d184cdc
commit 761fb1a501
3 changed files with 8 additions and 8 deletions

View File

@@ -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",