day 18 part 1

This commit is contained in:
Lucia Ceionia
2023-12-18 12:51:44 -06:00
parent 3362719e79
commit 5db47a3fcc
5 changed files with 1235 additions and 0 deletions

3
18/Makefile Normal file
View File

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