first draft of memory allocation exercise

This commit is contained in:
Sean Aubin
2023-02-28 20:54:42 -05:00
parent f10f9efe7f
commit 1be1d854a8
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!",