aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-06 19:16:28 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-06 19:16:28 -0500
commit5f22bf5c249eb57b83ca15c4e8997a7c49b2bab7 (patch)
treed83b04fdd9668bddbac55321319b0d4727788f90 /build.zig
parentda567348477e5de13f43dc5689e9ca34906c78f3 (diff)
downloadziglings-5f22bf5c249eb57b83ca15c4e8997a7c49b2bab7.tar.gz
ziglings-5f22bf5c249eb57b83ca15c4e8997a7c49b2bab7.tar.bz2
ziglings-5f22bf5c249eb57b83ca15c4e8997a7c49b2bab7.tar.xz
ziglings-5f22bf5c249eb57b83ca15c4e8997a7c49b2bab7.zip
add ex53 slices2
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 4 insertions, 0 deletions
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.