From b3f4773be4f02f32c0a8cca805536b94c62cd61c Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Fri, 9 Apr 2021 13:02:36 -0400 Subject: Added ex060 floats --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index a0a73d7..daf065f 100644 --- a/build.zig +++ b/build.zig @@ -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. -- cgit v1.2.3-70-g09d2