diff options
| author | Łukasz Kądalski <[email protected]> | 2022-06-11 14:27:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-11 14:27:11 +0200 |
| commit | 40989103871e79b99a0bbc5923ef1a02b0076884 (patch) | |
| tree | bbff20f1a3e7890ad5ca766a402d99abb8025a6f | |
| parent | 6955f2c067f4d36b30219931cf13832ebad6a3c4 (diff) | |
| download | ziglings-40989103871e79b99a0bbc5923ef1a02b0076884.tar.xz ziglings-40989103871e79b99a0bbc5923ef1a02b0076884.zip | |
fix: wrong expected output in exercise 004
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.", }, .{ |
