summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-01-03 20:34:26 -0500
committerDave Gauer <dave@ratfactor.com>2021-01-03 20:34:26 -0500
commit87541c0c8bc0969e174c6877a69750445ac1865e (patch)
treeea93c1a1e7d574d15e0fd34652a277572a8bd0e7 /ziglings
parentb3f74d9c30b7adc6d5cc971b50b8b8a512fe3448 (diff)
Added Ex. 4 arrays
Diffstat (limited to 'ziglings')
-rwxr-xr-xziglings3
1 files changed, 2 insertions, 1 deletions
diff --git a/ziglings b/ziglings
index 395d50d..4c6e52c 100755
--- a/ziglings
+++ b/ziglings
@@ -67,7 +67,8 @@ function check_it {
check_it 01_hello.zig "Hello world" "Note the error: the source file has a hint for fixing 'main'."
check_it 02_std.zig "Standard Library"
-check_it 03_assignment.zig "55 314159 -11"
+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."
echo
echo " __ __ _ "