1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00
exercises/patches/patches/064_builtins.patch

8 lines
200 B
Diff

72c72
< const expected_result: u8 = ???;
---
> const expected_result: u8 = 0b00010010;
88c88
< const tupni: u8 = @bitReverse(input, tupni);
---
> const tupni: u8 = @bitReverse(input);