added ex061 coercions

This commit is contained in:
Dave Gauer
2021-04-09 14:41:25 -04:00
parent b3f4773be4
commit 96f5b425e3
3 changed files with 86 additions and 0 deletions

View File

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