summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 968a6b0..d7cc153 100644
--- a/build.zig
+++ b/build.zig
@@ -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",