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 /README.md | |
parent | b9b89737fca7cc80b7d1b1527445e0ec71b25dda (diff) | |
download | ziglings-0bb89e3e41cef893c158326a209aec129382c275.tar.gz ziglings-0bb89e3e41cef893c158326a209aec129382c275.tar.bz2 ziglings-0bb89e3e41cef893c158326a209aec129382c275.tar.xz ziglings-0bb89e3e41cef893c158326a209aec129382c275.zip |
Added Ex 9,10 for If
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ Planned exercises: * [x] Assignment * [x] Arrays * [x] Strings -* [ ] If +* [x] If * [ ] While * [ ] For * [ ] Functions |