diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-09 13:02:36 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-09 13:02:36 -0400 |
commit | dd31256b88f07146b97ddc8dd1181dfc8f4644e3 (patch) | |
tree | 3582998cd8f51acf3348bffa786484eff9252330 /build.zig | |
parent | e9cf13bce8d3bfc59542f0b59764a6c46756543a (diff) | |
download | ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.tar.gz ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.tar.bz2 ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.tar.xz ziglings-dd31256b88f07146b97ddc8dd1181dfc8f4644e3.zip |
Added ex060 floats
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -306,6 +306,10 @@ const exercises = [_]Exercise{ .main_file = "059_integers.zig", .output = "Zig is cool.", }, + .{ + .main_file = "060_floats.zig", + .output = "Shuttle liftoff weight: 1995796kg", + }, }; /// Check the zig version to make sure it can compile the examples properly. |