diff options
| author | Dave Gauer <[email protected]> | 2021-04-26 20:01:54 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-04-26 20:01:54 -0400 |
| commit | db20e9541a8646107225de61b5b7d1e54d710ab3 (patch) | |
| tree | cf772e07783a87b36d7594fbe0e1b358249bde28 /build.zig | |
| parent | 2ecf31daa4ad161bc3c708aa09551c30af246fa0 (diff) | |
| download | ziglings-db20e9541a8646107225de61b5b7d1e54d710ab3.tar.xz ziglings-db20e9541a8646107225de61b5b7d1e54d710ab3.zip | |
add ex073 comptime 8
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -366,6 +366,10 @@ const exercises = [_]Exercise{ .main_file = "072_comptime7.zig", .output = "26", }, + .{ + .main_file = "073_comptime8.zig", + .output = "My llama value is 25.", + }, }; /// Check the zig version to make sure it can compile the examples properly. |
