From 95bdff5bfdf3c4300b844e14251cd3dcfcd76ef8 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 28 Feb 2021 18:36:38 -0500 Subject: Add ex 50 'no values' (help further address #25) --- build.zig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index a116b0c..7892117 100644 --- a/build.zig +++ b/build.zig @@ -260,7 +260,10 @@ const exercises = [_]Exercise{ .output = "A B C Cv Bv Av", .hint = "Now you're writting Zig!", }, - // 50 null vs undefined + .{ + .main_file = "50_no_value.zig", + .output = "That is not dead which can eternal lie / And with strange aeons even death may die.", + }, // 51 pass-by-value and const fn params // 52 slices! }; -- cgit v1.2.3-ZIG