diff options
| author | Dave Gauer <[email protected]> | 2022-07-31 09:41:17 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-31 09:41:17 -0400 |
| commit | 46ed43d63e5ef27159db4726abfa7fa9c834a155 (patch) | |
| tree | 1ae2f12effc2b28b5bb89b83ae1e05e2ebd19603 | |
| parent | 222a111ef7a2ab6a4fcabfc74436eeb22465a18a (diff) | |
| parent | 40989103871e79b99a0bbc5923ef1a02b0076884 (diff) | |
| download | ziglings-46ed43d63e5ef27159db4726abfa7fa9c834a155.tar.xz ziglings-46ed43d63e5ef27159db4726abfa7fa9c834a155.zip | |
Merge pull request #104 from lkadalski/patch-2
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.", }, .{ |
