diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-09 13:10:09 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-09 13:10:09 -0400 |
commit | de584dcd718b6d55179c00a4ec246f029604ab57 (patch) | |
tree | 75d6401a2f47e0aca053cbbd2e4727bb0e4b16f7 /build.zig | |
parent | 22ac3628a15737af8f59d1e3b1d38b74edc7f1b9 (diff) | |
download | ziglings-de584dcd718b6d55179c00a4ec246f029604ab57.tar.gz ziglings-de584dcd718b6d55179c00a4ec246f029604ab57.tar.bz2 ziglings-de584dcd718b6d55179c00a4ec246f029604ab57.tar.xz ziglings-de584dcd718b6d55179c00a4ec246f029604ab57.zip |
Add ex079 quoted identifiers
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -391,6 +391,11 @@ const exercises = [_]Exercise{ .main_file = "078_sentinels3.zig", .output = "Weird Data!", }, + .{ + .main_file = "079_quoted_identifiers.zig", + .output = "Sweet freedom: 55, false.", + .hint = "Help us, Zig Programmer, you're our only hope!", + }, }; /// Check the zig version to make sure it can compile the examples properly. |