1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-06-02 08:16:03 +02:00

fix: wrong expected output in exercise 004

This commit is contained in:
Łukasz Kądalski 2022-06-11 14:27:11 +02:00 committed by GitHub
parent 1a89e4ebf1
commit d8b15dc0b6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.",
},
.{