mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-12 13:00:47 -05:00
8 lines
170 B
Diff
8 lines
170 B
Diff
23c23
|
|
< const leet = ???;
|
|
---
|
|
> const leet = le ++ et;
|
|
28c28
|
|
< const bit_pattern = [_]u8{ ??? } ** 3;
|
|
---
|
|
> const bit_pattern = [_]u8{ 1, 0, 0, 1 } ** 3;
|