Added ex91 - closing in on async!

This commit is contained in:
Dave Gauer 2021-11-07 20:51:33 -05:00
parent 4147a9a39b
commit 8ff0cf67e1
3 changed files with 55 additions and 0 deletions

View 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", .{});