ziglings/patches/patches/005_arrays2.patch

9 lines
170 B
Diff
Raw Normal View History

2021-02-15 17:13:55 -05:00
23c23
< const leet = ???;
---
> const leet = le ++ et;
28c28
< const bit_pattern = [_]u8{ ??? } ** 3;
---
> const bit_pattern = [_]u8{ 1, 0, 0, 1 } ** 3;