123456789 |
- --- exercises/098_bit_manipulation2.zig 2023-10-03 22:15:22.125574535 +0200
- +++ answers/098_bit_manipulation2.zig 2023-10-05 20:04:07.286104520 +0200
- @@ -60,5 +60,5 @@
- // and if so, we know the given string is a pangram
- //
- // but what do we have to compare?
- - return bits == 0x..???;
- + return bits == 0x3ffffff;
- }
|