day 5 part 1

This commit is contained in:
Lucia Ceionia
2023-12-05 02:57:57 -06:00
parent 2044f5e4a3
commit a9c2b24f9c
5 changed files with 616 additions and 0 deletions

3
05/Makefile Normal file
View File

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