From 2bda44bc586ee16dd3fe0bce1ead9372a83a71f3 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Mon, 18 Jan 2021 19:21:18 -0500 Subject: Added ex 15,16 for loops --- ziglings | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ziglings') 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 -- cgit v1.2.3