diff options
| author | markuxcu <markuxcu@noreply.codeberg.org> | 2026-04-03 14:48:34 +0200 |
|---|---|---|
| committer | markuxcu <markuxcu@noreply.codeberg.org> | 2026-04-03 14:48:34 +0200 |
| commit | 52ba66c5e91dd7fea260d0fe6d1e6fac01f2a523 (patch) | |
| tree | 86615d517df010bc903305d0a8cd6bfbf4991837 | |
| parent | 9f314ce8e6f992ce43294f092149193655a7fe24 (diff) | |
exercise 60: added new expected output
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
