summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-01-04 18:40:34 -0500
committerDave Gauer <dave@ratfactor.com>2021-01-04 18:40:34 -0500
commitfaa49abb068adca4ecc6c00dfe72d0674a763217 (patch)
tree3c539d0715b3d859c6423dc206320f92bc9157ea /ziglings
parent87541c0c8bc0969e174c6877a69750445ac1865e (diff)
Added Ex. 5, array ops
Diffstat (limited to 'ziglings')
-rwxr-xr-xziglings1
1 files changed, 1 insertions, 0 deletions
diff --git a/ziglings b/ziglings
index 4c6e52c..43587be 100755
--- a/ziglings
+++ b/ziglings
@@ -69,6 +69,7 @@ check_it 01_hello.zig "Hello world" "Note the error: the source file has a hint
check_it 02_std.zig "Standard Library"
check_it 03_assignment.zig "55 314159 -11" "There are three mistakes in this one!"
check_it 04_arrays.zig "Fourth: 7, Length: 8" "There are two things to complete here."
+check_it 05_arrays2.zig "LEET: 1337, Bits: 100110011001" "Fill in the two arrays."
echo
echo " __ __ _ "