Просмотр исходного кода

removed dupe ex 057 from build script

Dave Gauer 4 лет назад
Родитель
Сommit
33040bce0c
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      build.zig

+ 0 - 4
build.zig

@@ -297,10 +297,6 @@ const exercises = [_]Exercise{
         .main_file = "057_unions3.zig",
         .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.",
     },
-    .{
-        .main_file = "057_unions3.zig",
-        .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.",
-    },
 };
 
 /// Check the zig version to make sure it can compile the examples properly.