aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-11-06 18:55:54 +0000
committerChris Boesch <[email protected]>2023-11-06 18:55:54 +0000
commit5a259a943fc95121b836f464b4eb8c9c371c4b3f (patch)
treee35c9c884cfe2a4f7ff6e8d5baccf70fc451d842 /build.zig
parent08d294f2b8b13e33f116590f067c0ccaf079bfc1 (diff)
parent55b58fea56b1ae9b85d5fafe99a4194112da7da3 (diff)
downloadziglings-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.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 135190b..17c5d97 100644
--- a/build.zig
+++ b/build.zig
@@ -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",