diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-01-08 17:53:22 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-01-08 17:53:22 -0500 |
| commit | 0bb89e3e41cef893c158326a209aec129382c275 (patch) | |
| tree | 9b306d886616628485dcecb1c822911853313bb2 /ziglings | |
| parent | b9b89737fca7cc80b7d1b1527445e0ec71b25dda (diff) | |
Added Ex 9,10 for If
Diffstat (limited to 'ziglings')
| -rwxr-xr-x | ziglings | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 " __ __ _ " |
