mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
5 lines
72 B
Diff
5 lines
72 B
Diff
62c62
|
|
< return bits == 0x..???;
|
|
---
|
|
> return bits == 0x3ffffff;
|