mirror of
https://github.com/javalsai/aoc.git
synced 2026-01-13 01:19:59 +01:00
2024 might not be all asm 😔
This commit is contained in:
5
2024/01/build.sh
Executable file
5
2024/01/build.sh
Executable 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
|
||||
Reference in New Issue
Block a user