added ex062 loop expressions
This commit is contained in:
parent
0d7c14a4b0
commit
e416e85143
3 changed files with 61 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue