From 5f22bf5c249eb57b83ca15c4e8997a7c49b2bab7 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-ZIG