From 8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 7 Nov 2021 20:51:33 -0500 Subject: Added ex91 - closing in on async! --- patches/patches/091_async8.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patches/patches/091_async8.patch (limited to 'patches') diff --git a/patches/patches/091_async8.patch b/patches/patches/091_async8.patch new file mode 100644 index 0000000..8a93b31 --- /dev/null +++ b/patches/patches/091_async8.patch @@ -0,0 +1,16 @@ +20c20 +< print("X", .{}); +--- +> print("D", .{}); +28c28 +< print("X", .{}); +--- +> print("B", .{}); +31c31 +< print("X", .{}); +--- +> print("C", .{}); +34c34 +< print("X", .{}); +--- +> print("E", .{}); -- cgit v1.2.3-ZIG