aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-16 11:17:52 +0100
committerGitHub <noreply@github.com>2023-02-16 11:17:52 +0100
commitdce731a0ece693a06615e8f8f1ac7ee0db911360 (patch)
tree6bcc43daca3a65afa93aacc210f390ee87dc5256 /build.zig
parent9693860bc0cbb49ac68ad23a8297be6eb1bc2add (diff)
parent4a63c43c1f18cf1fb98dc579f3f7bdcc27c3b336 (diff)
Merge branch 'main' into hello_c
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 32ee69c..c23e92e 100644
--- a/build.zig
+++ b/build.zig
@@ -469,6 +469,10 @@ const exercises = [_]Exercise{
.main_file = "093_hello_c.zig",
.output = "Hello C from Zig! - C result ist 17 chars",
.C = 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",