From 738a9f6cda62f3570e44dc93f8e200afc2cc1b51 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 3 Feb 2021 19:19:31 -0500 Subject: Inserted ex. 32 unreachable, added quiz4. --- ziglings | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ziglings') diff --git a/ziglings b/ziglings index 8570f28..be2e829 100755 --- a/ziglings +++ b/ziglings @@ -99,8 +99,9 @@ check_it 28_defer2.zig "(Goat) (Cat) (Dog) (Dog) (Goat) (Unknown) done." check_it 29_errdefer.zig "Getting number...got 5. Getting number...failed!" check_it 30_switch.zig "ZIG?" check_it 31_switch2.zig "ZIG!" -check_it 32_iferror.zig "2<4. 3<4. 4=4. 5>4. 6>4." "Seriously, what's the deal with fours?" -#check_it 33_quiz4.zig "foo" "Can you make this work?" +check_it 32_unreachable.zig "1 2 3 9 8 7" +check_it 33_iferror.zig "2<4. 3<4. 4=4. 5>4. 6>4." "Seriously, what's the deal with fours?" +check_it 34_quiz4.zig "my_num=42" "Can you make this work?" echo echo " __ __ _ " -- cgit v1.2.3