This commit is contained in:
Sebastian Seedorf
2021-12-03 09:48:57 +01:00
parent 646e139a19
commit 36c63a510c
4 changed files with 1037 additions and 1 deletions

View File

@@ -26,4 +26,7 @@ echo "$txt" > "$f/part2.py"
curl --request GET -sL \
--cookie "session=$AOC_SESSION" \
--url "https://adventofcode.com/2021/day/$(echo $1 | sed 's/^0*//')/input"\
--output "$f/input.txt"
--output "$f/input.txt"
# git
git add "$f/*"