d01 into d01p1

This commit is contained in:
2024-12-08 11:48:06 +01:00
parent 8df4a3e411
commit 4d266a2d99
3 changed files with 0 additions and 0 deletions

5
2024/01/p1/build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euxo pipefail
nasm -f elf64 -o main.o main.asm
ld -o main main.o