From e416e85143f2b3faa8f2e3b4618f0cc3f41b2aa6 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Fri, 9 Apr 2021 19:24:59 -0400 Subject: added ex062 loop expressions --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index fa27a1e..2cf7ba8 100644 --- a/build.zig +++ b/build.zig @@ -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. -- cgit v1.2.3-ZIG