added the second exercise for bit manipulation

This commit is contained in:
Chris Boesch
2023-04-12 17:00:26 +02:00
parent 299418c314
commit 9f48d84ac8
3 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
62c62
< return bits == 0x..???;
---
> return bits == 0x3ffffff;