diff options
| author | Dave Gauer <[email protected]> | 2021-03-06 19:16:28 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-06 19:16:28 -0500 |
| commit | a8b9d6f2b864d6a341ef90c86e2db0623aa8654b (patch) | |
| tree | d83b04fdd9668bddbac55321319b0d4727788f90 /build.zig | |
| parent | d1c699389803f6ce485fb7de2bf8305260001c92 (diff) | |
| download | ziglings-a8b9d6f2b864d6a341ef90c86e2db0623aa8654b.tar.xz ziglings-a8b9d6f2b864d6a341ef90c86e2db0623aa8654b.zip | |
add ex53 slices2
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
