From 8dd9c1ddcb55b5a28f0dbec844a971daceef062e Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Mon, 14 Jun 2021 15:39:49 -0400 Subject: add ex090 async 7 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index ac07f4b..0f9adce 100644 --- a/build.zig +++ b/build.zig @@ -438,6 +438,10 @@ const exercises = [_]Exercise{ .main_file = "089_async6.zig", .output = ".com: Example Title, .org: Example Title.", }, + .{ + .main_file = "090_async7.zig", + .output = "beef? BEEF!", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG