From 0bebeb74192eaebbed26292029dcf1f42e3bafcf Mon Sep 17 00:00:00 2001 From: Christopher Seven Phiri Date: Wed, 15 May 2024 22:56:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa0c6e7..6eb5dea 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can check out examples in `./examples` folder to quickly see what the langua - [ ] Type checking (for now it does not strictly enforce types) - [ ] Data Structures - [x] arrays - - [ ] dictionaries + - [x] dictionaries - [ ] Input/ Output - [ ] Error Handling - [ ] Class support