mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
fix: wrong expected output in exercise 004
This commit is contained in:
parent
6955f2c067
commit
4098910387
1 changed files with 1 additions and 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.",
|
||||
},
|
||||
.{
|
||||
|
|
Loading…
Reference in a new issue