From cc269968eabd766e024e021bfec798a62258eaaa Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 10 Apr 2021 11:39:11 -0400 Subject: Added ex063 labels --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') 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. -- cgit v1.2.3-70-g09d2