mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Clarity for 062 and tupni for 064
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
46c46
|
||||
50c50
|
||||
< };
|
||||
---
|
||||
> } else null;
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
72,73c72,73
|
||||
72c72
|
||||
< const tupni: u8 = @bitReverse(input);
|
||||
< print("{b:0>8} backwards is {b:0>8}.\n", .{input});
|
||||
---
|
||||
> const tupni: u8 = @bitReverse(u8, input);
|
||||
> print("{b:0>8} backwards is {b:0>8}.\n", .{input, tupni});
|
||||
|
||||
Reference in New Issue
Block a user