aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-09 13:10:09 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-09 13:10:09 -0400
commit34ac5f674283e39f5813306099b34df94bfebaa8 (patch)
tree75d6401a2f47e0aca053cbbd2e4727bb0e4b16f7 /build.zig
parentd4f5684450e8b4c7ed924399e71515758420d5bd (diff)
Add ex079 quoted identifiers
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 391da47..c66f613 100644
--- a/build.zig
+++ b/build.zig
@@ -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.