aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-09 13:02:36 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-09 13:02:36 -0400
commitb3f4773be4f02f32c0a8cca805536b94c62cd61c (patch)
tree3582998cd8f51acf3348bffa786484eff9252330 /build.zig
parent1427d3b6f18f910d9c45efee407de1476d7e6121 (diff)
Added ex060 floats
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 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.