From 26d361fabd80a29e53f632dfab5138b0c5c2275c Mon Sep 17 00:00:00 2001 From: Patrick MARIE Date: Mon, 26 Aug 2024 16:49:06 +0200 Subject: [PATCH] docs: updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f3b85..ed89a21 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after - [x] 17 - Compiling Expressions - [x] 18 - Types of Values - [x] 19 - Strings -- [ ] 20 - Hash Tables +- [x] 20 - Hash Tables - [ ] 21 - Global Variables - [ ] 22 - Local Variables - [ ] 23 - Jumping Back and Forth