mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
first draft of memory allocation exercise
This commit is contained in:
@@ -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!",
|
||||
|
||||
Reference in New Issue
Block a user