aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-10 11:39:11 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-10 11:39:11 -0400
commitcc269968eabd766e024e021bfec798a62258eaaa (patch)
treee40ad7d5663d86c06908a66fc584e9c6bef3ee1c /build.zig
parente608e41cc743f6a9849d37076a274cc083a8d143 (diff)
Added ex063 labels
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 2cf7ba8..d8501fc 100644
--- a/build.zig
+++ b/build.zig
@@ -318,6 +318,10 @@ const exercises = [_]Exercise{
.main_file = "062_loop_expressions.zig",
.output = "Current language: Zig",
},
+ .{
+ .main_file = "063_labels.zig",
+ .output = "Enjoy your Cheesy Chili!",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.