From 0d7c14a4b0edfe07c4d81e592101009e4432286f Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Fri, 9 Apr 2021 14:41:25 -0400 Subject: added ex061 coercions --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index daf065f..fa27a1e 100644 --- a/build.zig +++ b/build.zig @@ -310,6 +310,10 @@ const exercises = [_]Exercise{ .main_file = "060_floats.zig", .output = "Shuttle liftoff weight: 1995796kg", }, + .{ + .main_file = "061_coercions.zig", + .output = "Letter: A", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG