summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
Diffstat (limited to 'ziglings')
-rwxr-xr-xziglings3
1 files changed, 3 insertions, 0 deletions
diff --git a/ziglings b/ziglings
index 1feac45..6c2c62c 100755
--- a/ziglings
+++ b/ziglings
@@ -83,6 +83,8 @@ check_it 11_while.zig "n=1024" "You probably want a 'less than' condition."
check_it 12_while2.zig "n=1024" "It might help to look back at the previous exercise."
check_it 13_while3.zig "1 2 4 7 8 11 13 14 16 17 19"
check_it 14_while4.zig "n=4"
+check_it 15_for.zig "A Dramatic Story: :-) :-) :-( :-| :-) The End."
+check_it 16_for2.zig "13"
echo
echo " __ __ _ "
@@ -93,4 +95,5 @@ echo " |_|\__,_|\__, (_) "
echo " |___/ "
echo
echo "You've completed all of the Ziglings exercises!"
+echo " (That have been written so far.)"
echo