added ex062 loop expressions

This commit is contained in:
Dave Gauer 2021-04-09 19:24:59 -04:00
parent 0d7c14a4b0
commit e416e85143
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.