This commit is contained in:
Alfred Melch 2024-10-24 09:57:09 +02:00
parent 4e8c71543c
commit 999392539f

View File

@ -8,7 +8,7 @@ DAY=$((10#${DAY_RAW//[^0-9]/}))
SESSION_KEY=$(cat ~/.aocrc)
echo "Fetching ${YEAR} ${DAY}"
echo $SESSION_KEY
# echo $SESSION_KEY
URL_DAY="https://adventofcode.com/${YEAR}/day/${DAY}"
URL_INPUT="$URL_DAY/input"