diff options
author | Łukasz Kądalski <kadalski.lukasz@gmail.com> | 2022-06-11 14:27:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 14:27:11 +0200 |
commit | d8b15dc0b6b61332f3c333a385d05a946e8e2866 (patch) | |
tree | bbff20f1a3e7890ad5ca766a402d99abb8025a6f | |
parent | 1a89e4ebf13756541916cf5ed47866a3dd7e74df (diff) | |
download | ziglings-d8b15dc0b6b61332f3c333a385d05a946e8e2866.tar.gz ziglings-d8b15dc0b6b61332f3c333a385d05a946e8e2866.tar.bz2 ziglings-d8b15dc0b6b61332f3c333a385d05a946e8e2866.tar.xz ziglings-d8b15dc0b6b61332f3c333a385d05a946e8e2866.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.", }, .{ |