mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Added ex91 - closing in on async!
This commit is contained in:
16
patches/patches/091_async8.patch
Normal file
16
patches/patches/091_async8.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
20c20
|
||||
< print("X", .{});
|
||||
---
|
||||
> print("D", .{});
|
||||
28c28
|
||||
< print("X", .{});
|
||||
---
|
||||
> print("B", .{});
|
||||
31c31
|
||||
< print("X", .{});
|
||||
---
|
||||
> print("C", .{});
|
||||
34c34
|
||||
< print("X", .{});
|
||||
---
|
||||
> print("E", .{});
|
||||
Reference in New Issue
Block a user