summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index dcafe14..9209848 100644
--- a/build.zig
+++ b/build.zig
@@ -1010,7 +1010,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",