Add aoc03.

This commit is contained in:
2025-12-03 10:13:31 +01:00
parent 7db167dd6d
commit a3b11b628c
4 changed files with 61 additions and 0 deletions

12
03-joltage/Makefile Normal file
View File

@@ -0,0 +1,12 @@
all: test
.PHONY: test clean
aoc3: aoc3.c
cc -O2 -o $@ $<
clean:
-rm -f aoc3
test: aoc3
./aoc3 < input01.txt