From a44acfe610c0792fb1bcab2dd081a1344286af05 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 21 Dec 2023 18:39:18 +0100 Subject: Finished the second part of day 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to do so I had to come up with a custom list library because otherwise keeping up with the enunciate and the memory management logic was a bit chaotic. Signed-off-by: Miquel Sabaté Solà --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c4bd7ae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/list.nes"] + path = vendor/list.nes + url = https://github.com/mssola/list.nes -- cgit v1.2.3