exercise 60: added new expected output

This commit is contained in:
markuxcu
2026-04-03 14:48:34 +02:00
parent 9f314ce8e6
commit 52ba66c5e9

View File

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