Added ex91 - closing in on async!
This commit is contained in:
parent
4147a9a39b
commit
8ff0cf67e1
3 changed files with 55 additions and 0 deletions
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", .{});
|
||||
Loading…
Add table
Add a link
Reference in a new issue