mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 17:53:30 +02:00
9 lines
200 B
Diff
9 lines
200 B
Diff
66c66
|
|
< const expected_result: u8 = ???;
|
|
---
|
|
> const expected_result: u8 = 0b00010010;
|
|
81c81
|
|
< const tupni: u8 = @bitReverse(input, tupni);
|
|
---
|
|
> const tupni: u8 = @bitReverse(input);
|