day 17 part 1 (hellishly slow)

This commit is contained in:
Lucia Ceionia
2023-12-17 19:45:57 -06:00
parent ae34c01c77
commit d1478ac425
6 changed files with 865 additions and 0 deletions

3
17/Makefile Normal file
View File

@@ -0,0 +1,3 @@
all:
nasm -g -felf32 main.s && ld -melf_i386 -g main.o