Added 2021 (python)
This commit is contained in:
6
2021/Makefile
Normal file
6
2021/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
N=$(shell find ./* -maxdepth 0 -type d | grep -v git | wc -l)
|
||||
DIR_NAME=$(shell printf "%02d" $(N))
|
||||
|
||||
.PHONY: new
|
||||
new:
|
||||
cp -r 00_template "$(DIR_NAME)" && curl -s -H "Cookie: session=$$AOC_SESSION" "https://adventofcode.com/2021/day/$(N)/input" > "$(DIR_NAME)"/input
|
Reference in New Issue
Block a user