summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-01-08 17:53:22 -0500
committerDave Gauer <dave@ratfactor.com>2021-01-08 17:53:22 -0500
commit0bb89e3e41cef893c158326a209aec129382c275 (patch)
tree9b306d886616628485dcecb1c822911853313bb2 /ziglings
parentb9b89737fca7cc80b7d1b1527445e0ec71b25dda (diff)
Added Ex 9,10 for If
Diffstat (limited to 'ziglings')
-rwxr-xr-xziglings2
1 files changed, 2 insertions, 0 deletions
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 " __ __ _ "