diff options
| author | Chris Boesch <[email protected]> | 2023-11-06 19:50:47 +0100 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-11-06 19:50:47 +0100 |
| commit | 55b58fea56b1ae9b85d5fafe99a4194112da7da3 (patch) | |
| tree | e35c9c884cfe2a4f7ff6e8d5baccf70fc451d842 /build.zig | |
| parent | 08d294f2b8b13e33f116590f067c0ccaf079bfc1 (diff) | |
| download | ziglings-55b58fea56b1ae9b85d5fafe99a4194112da7da3.tar.xz ziglings-55b58fea56b1ae9b85d5fafe99a4194112da7da3.zip | |
Change the task so that the exercise contains two errors again.
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -839,7 +839,7 @@ const exercises = [_]Exercise{ }, .{ .main_file = "060_floats.zig", - .output = "Shuttle liftoff weight: 1995796kg", + .output = "Shuttle liftoff weight: 2032092kg", }, .{ .main_file = "061_coercions.zig", |
