mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-13 21:40:46 -05:00
f6d1b36be2
Patches cleaned and fixed by hand as proof of my devotion. <3
8 lines
170 B
Diff
8 lines
170 B
Diff
28c28
|
|
< const leet = ???;
|
|
---
|
|
> const leet = le ++ et;
|
|
33c33
|
|
< const bit_pattern = [_]u8{ ??? } ** 3;
|
|
---
|
|
> const bit_pattern = [_]u8{ 1, 0, 0, 1 } ** 3;
|