Chris Boesch 3 недель назад
Родитель
Сommit
54f48c75c4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build.zig

+ 1 - 1
build.zig

@@ -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.",
     },