aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-06-14 15:39:49 -0400
committerDave Gauer <dave@ratfactor.com>2021-06-14 15:39:49 -0400
commit8dd9c1ddcb55b5a28f0dbec844a971daceef062e (patch)
tree28f3ba541cb2ca4606bfb8451ac85473a084f2d7 /build.zig
parent52c424a247e89c38c1e877daf385c4577647e883 (diff)
downloadziglings-8dd9c1ddcb55b5a28f0dbec844a971daceef062e.tar.gz
ziglings-8dd9c1ddcb55b5a28f0dbec844a971daceef062e.tar.bz2
ziglings-8dd9c1ddcb55b5a28f0dbec844a971daceef062e.tar.xz
ziglings-8dd9c1ddcb55b5a28f0dbec844a971daceef062e.zip
add ex090 async 7
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 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.