diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-07 09:25:59 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-07 09:25:59 +0200 |
| commit | b225538aed949c50559e37f137663008539fcdee (patch) | |
| tree | 1953e653faba351ab103ec030eacbfc79b7dae6c /build.zig | |
| parent | 3574fd3ae037f34510c6bb6657332b57447ac5b1 (diff) | |
| parent | 7cb7a9948a9f5c9965fedd59f0cd816f28962fe4 (diff) | |
Merge pull request 'Changed exercise 60 to require change of format' (#384) from markuxcu/exercises:fix-060 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/384
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
