added ex062 loop expressions

This commit is contained in:
Dave Gauer
2021-04-09 19:24:59 -04:00
parent 96f5b425e3
commit e608e41cc7
3 changed files with 61 additions and 0 deletions

View File

@@ -314,6 +314,10 @@ const exercises = [_]Exercise{
.main_file = "061_coercions.zig",
.output = "Letter: A",
},
.{
.main_file = "062_loop_expressions.zig",
.output = "Current language: Zig",
},
};
/// Check the zig version to make sure it can compile the examples properly.