Added ex060 floats

This commit is contained in:
Dave Gauer
2021-04-09 13:02:36 -04:00
parent 1427d3b6f1
commit b3f4773be4
3 changed files with 99 additions and 0 deletions

View File

@@ -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.