From 761fb1a501a73cf553e1ec4ec0d8ab82ff75d6e4 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 12 May 2025 21:36:37 +0200 Subject: Changed the values for better understanding --- patches/patches/097_bit_manipulation.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches') diff --git a/patches/patches/097_bit_manipulation.patch b/patches/patches/097_bit_manipulation.patch index 5303ee1..19ba876 100644 --- a/patches/patches/097_bit_manipulation.patch +++ b/patches/patches/097_bit_manipulation.patch @@ -1,5 +1,5 @@ ---- exercises/097_bit_manipulation.zig 2023-10-03 22:15:22.125574535 +0200 -+++ answers/097_bit_manipulation.zig 2023-10-05 20:04:07.282771124 +0200 +--- exercises/097_bit_manipulation.zig 2025-05-12 21:25:03.395385743 +0200 ++++ answers/097_bit_manipulation.zig 2025-05-12 21:22:57.472986976 +0200 @@ -80,7 +80,7 @@ y ^= x; @@ -7,5 +7,5 @@ - ???; + x ^= y; - print("x = {d}; y = {d}\n", .{ x, y }); + print("x = {b}; y = {b}\n", .{ x, y }); } -- cgit v1.2.3