diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:51:33 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:51:33 -0500 |
commit | 8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633 (patch) | |
tree | 7d02121611582d9beb4e5c6c04edbc5bc581400c /patches | |
parent | 4147a9a39b362468cc6f16c8ce751ee3481321f4 (diff) | |
download | ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.tar.gz ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.tar.bz2 ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.tar.xz ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.zip |
Added ex91 - closing in on async!
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/091_async8.patch | 16 |
1 files changed, 16 insertions, 0 deletions
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", .{}); |