Fix 076, add 077,078 sentinels and many-item pointers
This commit is contained in:
parent
71e43b0a50
commit
22ac3628a1
7 changed files with 126 additions and 35 deletions
10
build.zig
10
build.zig
|
|
@ -381,7 +381,15 @@ const exercises = [_]Exercise{
|
|||
},
|
||||
.{
|
||||
.main_file = "076_sentinels.zig",
|
||||
.output = "Array:123056. Many-pointer:123.",
|
||||
.output = "Array:123056. Many-item pointer:123.",
|
||||
},
|
||||
.{
|
||||
.main_file = "077_sentinels2.zig",
|
||||
.output = "Weird Data!",
|
||||
},
|
||||
.{
|
||||
.main_file = "078_sentinels3.zig",
|
||||
.output = "Weird Data!",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue