From de584dcd718b6d55179c00a4ec246f029604ab57 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 9 May 2021 13:10:09 -0400 Subject: Add ex079 quoted identifiers --- build.zig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.zig') 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. -- cgit v1.2.3-ZIG