diff options
| author | Chris Boesch <[email protected]> | 2023-03-09 11:38:42 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-09 11:38:42 +0100 |
| commit | fd8bde3cd31bb4097da5974dba5ae3ff35ca2d11 (patch) | |
| tree | 0b6b82896f16aaa0f42c8e53e85bddf25f1ecd14 /build.zig | |
| parent | f10f9efe7f092a662a529ee59e25c75cb60a90be (diff) | |
| parent | be87134397d1728b3d98d1229d241254130e0708 (diff) | |
| download | ziglings-fd8bde3cd31bb4097da5974dba5ae3ff35ca2d11.tar.xz ziglings-fd8bde3cd31bb4097da5974dba5ae3ff35ca2d11.zip | |
Merge pull request #195 from Seanny123/memory-allocation
Memory allocation exercise
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -484,6 +484,10 @@ const exercises = [_]Exercise{ .output = "1 2 4 7 8 11 13 14 16 17 19", }, .{ + .main_file = "096_memory_allocation.zig", + .output = "Running Average: 0.30 0.25 0.20 0.18 0.22", + }, + .{ .main_file = "999_the_end.zig", .output = "\nThis is the end for now!\nWe hope you had fun and were able to learn a lot, so visit us again when the next exercises are available.", }, |
