aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-12 21:04:58 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-12 21:04:58 -0400
commitd8dddd128fdb3e7d0f36c60c522a56cbcd64bc22 (patch)
treeba1104262010622fc7ea1b2af393d5a149bca34b /build.zig
parente555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e (diff)
downloadziglings-d8dddd128fdb3e7d0f36c60c522a56cbcd64bc22.tar.gz
ziglings-d8dddd128fdb3e7d0f36c60c522a56cbcd64bc22.tar.bz2
ziglings-d8dddd128fdb3e7d0f36c60c522a56cbcd64bc22.tar.xz
ziglings-d8dddd128fdb3e7d0f36c60c522a56cbcd64bc22.zip
add ex085 async 2
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 4 insertions, 0 deletions
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.