summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-16 10:07:48 +0100
committerGitHub <noreply@github.com>2023-02-16 10:07:48 +0100
commitabdcc7798483804ad3c5d82f5194a275d33963e0 (patch)
tree8acd204ad7d081be1e6ff95b559ea9ec308abd09 /build.zig
parent0f42850f7e17463e9d8ccc21da0516d288eed6d7 (diff)
parent662086cb898ab96431edc38b969664e60e0d9d96 (diff)
Merge pull request #181 from chrboesch/interfaces
Interfaces
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 930fc56..4fa8a1d 100644
--- a/build.zig
+++ b/build.zig
@@ -462,6 +462,10 @@ const exercises = [_]Exercise{
// .@"async" = true,
// },
.{
+ .main_file = "092_interfaces.zig",
+ .output = "Daily Insect Report:\nAnt is alive.\nBee visited 17 flowers.\nGrasshopper hopped 32 meters.",
+ },
+ .{
.main_file = "999_the_end.zig",
.output = "\nThis is the end for now!\nWe hope you had fun and were able to learn a lot, so visit us again when the next exercises are available.",
},