mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 09:43:31 +02:00
Fix 076, add 077,078 sentinels and many-item pointers
This commit is contained in:
@@ -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!",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user