mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 00:43:30 +02:00
17 lines
232 B
Diff
17 lines
232 B
Diff
20c20
|
|
< print("X", .{});
|
|
---
|
|
> print("D", .{});
|
|
28c28
|
|
< print("X", .{});
|
|
---
|
|
> print("B", .{});
|
|
31c31
|
|
< print("X", .{});
|
|
---
|
|
> print("C", .{});
|
|
34c34
|
|
< print("X", .{});
|
|
---
|
|
> print("E", .{});
|