mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-09-21 15:15:37 +00:00
5 lines
102 B
Diff
5 lines
102 B
Diff
72c72
|
|
< const tupni: u8 = @bitReverse(input);
|
|
---
|
|
> const tupni: u8 = @bitReverse(u8, input);
|