diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-03-03 21:45:34 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-03-03 21:45:34 +0000 |
| commit | ce64fe5a1a35015aa2968519face9f5d50fb6458 (patch) | |
| tree | 1b50964d17e029dc9bf6929e4cb193d4047316d6 /build.zig | |
| parent | 2a9ef2d2c8e50e85a82a43d008abfbefb7011d58 (diff) | |
| parent | a22f1df0a1d98322dd28067ba5509f71a8f3e6b8 (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.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
