diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-04-09 19:24:59 -0400 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-04-09 19:24:59 -0400 |
| commit | e608e41cc743f6a9849d37076a274cc083a8d143 (patch) | |
| tree | 686c0081db8cdc8ec9a061f096a3d44aca8fb4ba /build.zig | |
| parent | 96f5b425e3a466c79b9759641d2440a29f4fe060 (diff) | |
added ex062 loop expressions
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 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. |
