From d8dddd128fdb3e7d0f36c60c522a56cbcd64bc22 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 12 May 2021 21:04:58 -0400 Subject: add ex085 async 2 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index fc831b8..707c212 100644 --- a/build.zig +++ b/build.zig @@ -418,6 +418,10 @@ const exercises = [_]Exercise{ .output = "foo() A", .hint = "Read the facts. Use the facts.", }, + .{ + .main_file = "085_async2.zig", + .output = "Hello async!", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG