first draft of memory allocation exercise
This commit is contained in:
parent
3606ef494e
commit
80b5421856
2 changed files with 74 additions and 0 deletions
|
|
@ -392,6 +392,10 @@ const exercises = [_]Exercise{
|
|||
.main_file = "076_sentinels.zig",
|
||||
.output = "Array:123056. Many-item pointer:123.",
|
||||
},
|
||||
.{
|
||||
.main_file = "076a_memory_allocation.zig",
|
||||
.output = "Running Average: 0.30 0.25 0.20 0.18 0.22",
|
||||
},
|
||||
.{
|
||||
.main_file = "077_sentinels2.zig",
|
||||
.output = "Weird Data!",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue