diff options
| author | Sean Aubin <[email protected]> | 2023-02-28 20:54:42 -0500 |
|---|---|---|
| committer | Sean Aubin <[email protected]> | 2023-03-08 13:35:02 -0500 |
| commit | 1be1d854a8f690c25a577bef1feb1e9926caf2c7 (patch) | |
| tree | 0a006ab9969a699f283798eec22e833b8906d277 /build.zig | |
| parent | f10f9efe7f092a662a529ee59e25c75cb60a90be (diff) | |
| download | ziglings-1be1d854a8f690c25a577bef1feb1e9926caf2c7.tar.xz ziglings-1be1d854a8f690c25a577bef1feb1e9926caf2c7.zip | |
first draft of memory allocation exercise
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -393,6 +393,10 @@ const exercises = [_]Exercise{ .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!", }, |
