mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 08:53:31 +02:00
9 lines
170 B
Diff
9 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;
|