aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
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 5263023..a612a23 100644
--- a/build.zig
+++ b/build.zig
@@ -939,7 +939,7 @@ const exercises = [_]Exercise{
.{
.main_file = "082_anonymous_structs3.zig",
.output =
- \\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.14159202e+00
+ \\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.141592e0
,
.hint = "This one is a challenge! But you have everything you need.",
},