diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-01-03 20:34:26 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-01-03 20:34:26 -0500 |
| commit | 87541c0c8bc0969e174c6877a69750445ac1865e (patch) | |
| tree | ea93c1a1e7d574d15e0fd34652a277572a8bd0e7 /ziglings | |
| parent | b3f74d9c30b7adc6d5cc971b50b8b8a512fe3448 (diff) | |
Added Ex. 4 arrays
Diffstat (limited to 'ziglings')
| -rwxr-xr-x | ziglings | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,7 +67,8 @@ function check_it { check_it 01_hello.zig "Hello world" "Note the error: the source file has a hint for fixing 'main'." check_it 02_std.zig "Standard Library" -check_it 03_assignment.zig "55 314159 -11" +check_it 03_assignment.zig "55 314159 -11" "There are three mistakes in this one!" +check_it 04_arrays.zig "Fourth: 7, Length: 8" "There are two things to complete here." echo echo " __ __ _ " |
