aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-12-21 18:39:18 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2023-12-21 18:39:32 +0100
commita44acfe610c0792fb1bcab2dd081a1344286af05 (patch)
tree85de88fef835ba4a957eac433865bcd1239db1d4 /.gitmodules
parent3087897c5aa716579b1255ac8c65dc1438515822 (diff)
downloadaoc2023.nes-a44acfe610c0792fb1bcab2dd081a1344286af05.tar.gz
aoc2023.nes-a44acfe610c0792fb1bcab2dd081a1344286af05.zip
Finished the second part of day 4
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à <msabate@suse.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
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