added the second exercise for bit manipulation

This commit is contained in:
Chris Boesch 2023-04-12 17:00:26 +02:00
parent 0c9147dba2
commit 0293629a6c
3 changed files with 71 additions and 0 deletions

View file

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