Change the task so that the exercise contains two errors again.

This commit is contained in:
Chris Boesch
2023-11-06 19:50:47 +01:00
parent 08d294f2b8
commit 55b58fea56
3 changed files with 11 additions and 11 deletions

View File

@@ -839,7 +839,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "060_floats.zig",
.output = "Shuttle liftoff weight: 1995796kg",
.output = "Shuttle liftoff weight: 2032092kg",
},
.{
.main_file = "061_coercions.zig",