Added ex063 labels

This commit is contained in:
Dave Gauer 2021-04-10 11:39:11 -04:00
parent e416e85143
commit 88a8f4788d
4 changed files with 156 additions and 5 deletions

View file

@ -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.