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 /README.md | |
parent | b3f74d9c30b7adc6d5cc971b50b8b8a512fe3448 (diff) | |
download | ziglings-87541c0c8bc0969e174c6877a69750445ac1865e.tar.gz ziglings-87541c0c8bc0969e174c6877a69750445ac1865e.tar.bz2 ziglings-87541c0c8bc0969e174c6877a69750445ac1865e.tar.xz ziglings-87541c0c8bc0969e174c6877a69750445ac1865e.zip |
Added Ex. 4 arrays
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ Planned exercises: * [x] Hello world (main needs to be public) * [x] Importing standard library * [x] Assignment -* [ ] Arrays +* [x] Arrays * [ ] If * [ ] While * [ ] For |