summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-09 14:41:25 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-09 14:41:25 -0400
commit96f5b425e3a466c79b9759641d2440a29f4fe060 (patch)
tree9b11b1f6f4aca519453e1536e3dafe9334f689d9 /build.zig
parentb3f4773be4f02f32c0a8cca805536b94c62cd61c (diff)
added ex061 coercions
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 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.