summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-03 19:19:31 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-03 19:19:31 -0500
commit738a9f6cda62f3570e44dc93f8e200afc2cc1b51 (patch)
tree0f690aeaee95d317d80ee3913b0fb0b6245b1edb /ziglings
parentcd80aeb19061b9d222d24cdb4d0764a210536531 (diff)
Inserted ex. 32 unreachable, added quiz4.
Diffstat (limited to 'ziglings')
-rwxr-xr-xziglings5
1 files changed, 3 insertions, 2 deletions
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 " __ __ _ "