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à --- vendor/list.nes | 1 + 1 file changed, 1 insertion(+) create mode 160000 vendor/list.nes (limited to 'vendor/list.nes') diff --git a/vendor/list.nes b/vendor/list.nes new file mode 160000 index 0000000..7217a59 --- /dev/null +++ b/vendor/list.nes @@ -0,0 +1 @@ +Subproject commit 7217a59a0d6907bc2c9db2cd284ccdca776c34ee -- cgit v1.2.3