Shuttle weight fixed w.r.t. issue-211

This commit is contained in:
mz0
2025-02-24 00:04:43 +04:00
parent 2a9ef2d2c8
commit a22f1df0a1
3 changed files with 8 additions and 8 deletions

View File

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