2025: 01
This commit is contained in:
7
2025/Makefile
Normal file
7
2025/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
INPUT = \
|
||||
01/input.txt
|
||||
|
||||
.SUFFIXES: .txt
|
||||
|
||||
$(INPUT):
|
||||
curl "https://adventofcode.com/2025/day/`echo $@|sed -r 's,^0*(\w+/input).txt$$,\1,'`" -H 'Cookie: session=$(SESSION)' > $@
|
||||
Reference in New Issue
Block a user