Chris Boesch 3 weeks ago
parent
commit
54f48c75c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.zig

+ 1 - 1
build.zig

@@ -1063,7 +1063,7 @@ const exercises = [_]Exercise{
     .{
     .{
         .main_file = "082_anonymous_structs3.zig",
         .main_file = "082_anonymous_structs3.zig",
         .output =
         .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.",
         .hint = "This one is a challenge! But you have everything you need.",
     },
     },