day 3 part 1

This commit is contained in:
Lucia Ceionia
2023-12-03 02:11:23 -06:00
parent f9d0e13336
commit f805701abf
7 changed files with 634 additions and 2 deletions

3
03/Makefile Normal file
View File

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