diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-26 20:01:54 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-26 20:01:54 -0400 |
commit | cae0fbe0b2ae1d24769d322e4a2b6c46ca3d97d7 (patch) | |
tree | cf772e07783a87b36d7594fbe0e1b358249bde28 /build.zig | |
parent | 8dd47f8bccedfb9c9c6bcdc419c67a4b7d10977e (diff) | |
download | ziglings-cae0fbe0b2ae1d24769d322e4a2b6c46ca3d97d7.tar.gz ziglings-cae0fbe0b2ae1d24769d322e4a2b6c46ca3d97d7.tar.bz2 ziglings-cae0fbe0b2ae1d24769d322e4a2b6c46ca3d97d7.tar.xz ziglings-cae0fbe0b2ae1d24769d322e4a2b6c46ca3d97d7.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. |