From 9f48d84ac8d269cbeb53a6b72e12ab9614e4b8a2 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 12 Apr 2023 17:00:26 +0200 Subject: added the second exercise for bit manipulation --- patches/patches/098_bit_manipulation2.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/098_bit_manipulation2.patch (limited to 'patches') diff --git a/patches/patches/098_bit_manipulation2.patch b/patches/patches/098_bit_manipulation2.patch new file mode 100644 index 0000000..1b5df35 --- /dev/null +++ b/patches/patches/098_bit_manipulation2.patch @@ -0,0 +1,4 @@ +62c62 +< return bits == 0x..???; +--- +> return bits == 0x3ffffff; -- cgit v1.2.3