diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-04-24 14:34:46 -0400 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-04-24 14:34:46 -0400 |
| commit | 14c7e733432ab9321e50e75cbf9c56af5aed4a6e (patch) | |
| tree | fd8449ea0bf10cc1eedf7b08e48737c4e5c7b369 /build.zig | |
| parent | 5d7217dcbfa2058da504a09bc7b57e539f19d1de (diff) | |
add 072 comptime 7
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -362,6 +362,10 @@ const exercises = [_]Exercise{ .main_file = "071_comptime6.zig", .output = "Narcissus has room in his heart for: me myself.", }, + .{ + .main_file = "072_comptime7.zig", + .output = "26", + }, }; /// Check the zig version to make sure it can compile the examples properly. |
