1
0
mirror of https://github.com/ratfactor/ziglings synced 2024-09-24 03:31:25 +02:00
ziglings/patches/patches/005_arrays2.patch
Dave Gauer 57aa916174 Manually cleaned up patches/patches for issue #73
Patches cleaned and fixed by hand as proof of my devotion. <3
2022-03-19 21:10:44 -04:00

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;