added the second exercise for bit manipulation
This commit is contained in:
parent
0c9147dba2
commit
0293629a6c
3 changed files with 71 additions and 0 deletions
4
patches/patches/098_bit_manipulation2.patch
Normal file
4
patches/patches/098_bit_manipulation2.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
62c62
|
||||
< return bits == 0x..???;
|
||||
---
|
||||
> return bits == 0x3ffffff;
|
||||
Loading…
Add table
Add a link
Reference in a new issue