From a8b9d6f2b864d6a341ef90c86e2db0623aa8654b Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 6 Mar 2021 19:16:28 -0500 Subject: add ex53 slices2 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index d390f91..8e8a45b 100644 --- a/build.zig +++ b/build.zig @@ -272,6 +272,10 @@ const exercises = [_]Exercise{ .main_file = "52_slices.zig", .output = "Hand1: A 4 K 8 Hand2: 5 2 Q J", }, + .{ + .main_file = "53_slices2.zig", + .output = "'all your base are belong to us.' 'for great justice.'", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3