first draft of memory allocation exercise

This commit is contained in:
Sean Aubin 2023-02-28 20:54:42 -05:00
parent 3606ef494e
commit 80b5421856
2 changed files with 74 additions and 0 deletions

View file

@ -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!",