mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 01:20:00 +00:00
Fixed description of @addWithOverflow
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
67c67
|
||||
66c66
|
||||
< const expected_result: u8 = ???;
|
||||
---
|
||||
> const expected_result: u8 = 0b00010010;
|
||||
82c82
|
||||
81c81
|
||||
< const tupni: u8 = @bitReverse(input, tupni);
|
||||
---
|
||||
> const tupni: u8 = @bitReverse(input);
|
||||
|
||||
Reference in New Issue
Block a user