day 13 part 1&2

This commit is contained in:
Lucia Ceionia
2023-12-13 04:17:13 -06:00
parent 400b90c50e
commit 900602889b
6 changed files with 1933 additions and 0 deletions

3
13/Makefile Normal file
View File

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