diff options
| author | Chris Boesch <[email protected]> | 2023-11-06 18:55:54 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-11-06 18:55:54 +0000 |
| commit | 5a259a943fc95121b836f464b4eb8c9c371c4b3f (patch) | |
| tree | e35c9c884cfe2a4f7ff6e8d5baccf70fc451d842 /build.zig | |
| parent | 08d294f2b8b13e33f116590f067c0ccaf079bfc1 (diff) | |
| parent | 55b58fea56b1ae9b85d5fafe99a4194112da7da3 (diff) | |
| download | ziglings-5a259a943fc95121b836f464b4eb8c9c371c4b3f.tar.xz ziglings-5a259a943fc95121b836f464b4eb8c9c371c4b3f.zip | |
Merge pull request 'Change the task so that the exercise contains two errors again.' (#24) from i22 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/24
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", |
