mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-06 02:03:30 +02:00
Re-sync patches with current changes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
22c22
|
||||
25c25
|
||||
< const d: u8 = ziggy[???];
|
||||
---
|
||||
> const d: u8 = ziggy[4];
|
||||
26c26
|
||||
29c29
|
||||
< const laugh = "ha " ???;
|
||||
---
|
||||
> const laugh = "ha " ** 3;
|
||||
33c33
|
||||
36c36
|
||||
< const major_tom = major ??? tom;
|
||||
---
|
||||
> const major_tom = major ++ " " ++ tom;
|
||||
|
||||
Reference in New Issue
Block a user