From 40989103871e79b99a0bbc5923ef1a02b0076884 Mon Sep 17 00:00:00 2001 From: Łukasz Kądalski Date: Sat, 11 Jun 2022 14:27:11 +0200 Subject: fix: wrong expected output in exercise 004 --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index d4fdb8e..02722e8 100644 --- a/build.zig +++ b/build.zig @@ -64,7 +64,7 @@ const exercises = [_]Exercise{ }, .{ .main_file = "004_arrays.zig", - .output = "Fourth: 7, Length: 8", + .output = "First: 2, Fourth: 7, Length: 8", .hint = "There are two things to complete here.", }, .{ -- cgit v1.2.3-70-g09d2