summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
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 " __ __ _ "