aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-01-10 11:46:42 -0500
committerDave Gauer <dave@ratfactor.com>2021-01-10 11:46:42 -0500
commit483fb97dfccca833457f55798149b68942be6deb (patch)
tree92f7c2308669bbe1b41250858d463b556961d502 /README.md
parent0bb89e3e41cef893c158326a209aec129382c275 (diff)
Added Ex 11-14: while loops
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f43a95a..ddda73b 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Planned exercises:
* [x] Arrays
* [x] Strings
* [x] If
-* [ ] While
+* [x] While
* [ ] For
* [ ] Functions
* [ ] Defer