aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-01-03 18:55:45 -0500
committerDave Gauer <dave@ratfactor.com>2021-01-03 18:55:45 -0500
commitb3f74d9c30b7adc6d5cc971b50b8b8a512fe3448 (patch)
tree224c8604de622b0f1c1e59533c5ca838206a0784 /README.md
parentd618414c9cd144e3d63f2b12df7b512b98df041c (diff)
downloadziglings-b3f74d9c30b7adc6d5cc971b50b8b8a512fe3448.tar.gz
ziglings-b3f74d9c30b7adc6d5cc971b50b8b8a512fe3448.tar.bz2
ziglings-b3f74d9c30b7adc6d5cc971b50b8b8a512fe3448.tar.xz
ziglings-b3f74d9c30b7adc6d5cc971b50b8b8a512fe3448.zip
Add exercise 3, exercise num param for script
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 1bb905d..570cf85 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Planned exercises:
* [x] Hello world (main needs to be public)
* [x] Importing standard library
-* [ ] Assignment
+* [x] Assignment
* [ ] Arrays
* [ ] If
* [ ] While