aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 4 insertions, 0 deletions
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.