aboutsummaryrefslogtreecommitdiff
path: root/12
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-24 18:09:35 +0800
committerMistivia <i@mistivia.com>2025-12-24 18:09:35 +0800
commit9f87888afa932f83193b9630e5eaca71b1e6adb5 (patch)
tree9a8a3388e90a02aee9fd403d0f30999f229d9194 /12
parentaa5ad99237115f49b5793427482b4a672d6fd4b0 (diff)
day 11 part 1
Diffstat (limited to '12')
-rw-r--r--12/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/12/Makefile b/12/Makefile
new file mode 100644
index 0000000..eb99342
--- /dev/null
+++ b/12/Makefile
@@ -0,0 +1,7 @@
+all: part1 part2
+
+part1: part1.c
+ gcc -Wall -g part1.c -o part1 -lalgds
+
+1: part1
+ cat input | ./part1