mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 22:13:11 -05:00
c7697a4282
Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format.
8 lines
200 B
Diff
8 lines
200 B
Diff
67c67
|
|
< const expected_result: u8 = ???;
|
|
---
|
|
> const expected_result: u8 = 0b00010010;
|
|
82c82
|
|
< const tupni: u8 = @bitReverse(input, tupni);
|
|
---
|
|
> const tupni: u8 = @bitReverse(input);
|