diff options
| author | Dave Gauer <[email protected]> | 2021-03-06 21:31:02 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-06 21:31:02 -0500 |
| commit | fd2cec02afa61fe3c3fd9a7f34569bb236dc7a57 (patch) | |
| tree | 22c2f302eff6605559588bdb9cdccea67579161b /build.zig | |
| parent | 5e46bd8c1ca29cbd7c02c313034ff501c65ea063 (diff) | |
| download | ziglings-fd2cec02afa61fe3c3fd9a7f34569bb236dc7a57.tar.xz ziglings-fd2cec02afa61fe3c3fd9a7f34569bb236dc7a57.zip | |
add ex54 multipointers (for real)
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -276,6 +276,10 @@ const exercises = [_]Exercise{ .main_file = "53_slices2.zig", .output = "'all your base are belong to us.' 'for great justice.'", }, + .{ + .main_file = "54_multipointers.zig", + .output = "Memory is a resource.", + }, }; /// Check the zig version to make sure it can compile the examples properly. |
