diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-09 14:41:25 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-09 14:41:25 -0400 |
commit | 0d7c14a4b0edfe07c4d81e592101009e4432286f (patch) | |
tree | 9b11b1f6f4aca519453e1536e3dafe9334f689d9 /build.zig | |
parent | dd31256b88f07146b97ddc8dd1181dfc8f4644e3 (diff) | |
download | ziglings-0d7c14a4b0edfe07c4d81e592101009e4432286f.tar.gz ziglings-0d7c14a4b0edfe07c4d81e592101009e4432286f.tar.bz2 ziglings-0d7c14a4b0edfe07c4d81e592101009e4432286f.tar.xz ziglings-0d7c14a4b0edfe07c4d81e592101009e4432286f.zip |
added ex061 coercions
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |