summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-03-03 21:45:34 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-03-03 21:45:34 +0000
commitce64fe5a1a35015aa2968519face9f5d50fb6458 (patch)
tree1b50964d17e029dc9bf6929e4cb193d4047316d6 /build.zig
parent2a9ef2d2c8e50e85a82a43d008abfbefb7011d58 (diff)
parenta22f1df0a1d98322dd28067ba5509f71a8f3e6b8 (diff)
Merge pull request 'Shuttle weight fixed w.r.t. issue-211' (#212) from mz0/ziglings:shuttle-weight into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/212
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 51288ad..8941610 100644
--- a/build.zig
+++ b/build.zig
@@ -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",