aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-03-14 22:41:29 +0000
committerChris Boesch <[email protected]>2024-03-14 22:41:29 +0000
commit5728ccc8ebfddd0b89f986b788e1bcb8e1007072 (patch)
treedb3535c0f9a20236f42375bfd8ced1c2763a3c34
parenta87e7c895ecc4e7995722c86a481632d9aa59fff (diff)
parentc8f081f3e8f76efa53c63d2d12ad5d19147d0c28 (diff)
downloadziglings-5728ccc8ebfddd0b89f986b788e1bcb8e1007072.tar.xz
ziglings-5728ccc8ebfddd0b89f986b788e1bcb8e1007072.zip
Merge pull request 'fix exercise 82 output' (#58) from dolichomps/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/58
-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.",
},