summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
Diffstat (limited to 'ziglings')
-rwxr-xr-xziglings2
1 files changed, 2 insertions, 0 deletions
diff --git a/ziglings b/ziglings
index be2e829..93b6819 100755
--- a/ziglings
+++ b/ziglings
@@ -102,6 +102,8 @@ check_it 31_switch2.zig "ZIG!"
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?"
+check_it 35_enums.zig "1 2 3 9 8 7" "This problem seems familiar..."
+check_it 36_enums2.zig "#0000ff" "I'm feeling blue about this."
echo
echo " __ __ _ "