Added Ex. 4 arrays

This commit is contained in:
Dave Gauer 2021-01-03 20:34:26 -05:00
parent b3f74d9c30
commit 87541c0c8b
3 changed files with 34 additions and 2 deletions

View file

@ -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