From 0bb89e3e41cef893c158326a209aec129382c275 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Fri, 8 Jan 2021 17:53:22 -0500 Subject: Added Ex 9,10 for If --- ziglings | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ziglings') diff --git a/ziglings b/ziglings index 7825cf6..2e180f0 100755 --- a/ziglings +++ b/ziglings @@ -73,6 +73,8 @@ check_it 05_arrays2.zig "LEET: 1337, Bits: 100110011001" "Fill in the two arrays check_it 06_strings.zig "d=d ha ha ha Major Tom" "Each '???' needs something filled in." check_it 07_strings2.zig "Ziggy" "Please fix the lyrics!" check_it 08_quiz.zig "Program in Zig" "See if you can fix the program!" +check_it 09_if.zig "Foo is 1!" +check_it 10_if2.zig "price is \$17" echo echo " __ __ _ " -- cgit v1.2.3