This commit is contained in:
Chris Boesch
2025-07-22 10:16:17 +02:00
parent ed2f76e960
commit 54f48c75c4

View File

@@ -1063,7 +1063,7 @@ const exercises = [_]Exercise{
.{
.main_file = "082_anonymous_structs3.zig",
.output =
\\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.141592e0
\\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.141592
,
.hint = "This one is a challenge! But you have everything you need.",
},