From 87541c0c8bc0969e174c6877a69750445ac1865e Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 3 Jan 2021 20:34:26 -0500 Subject: Added Ex. 4 arrays --- ziglings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ziglings') 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 " __ __ _ " -- cgit v1.2.3