₍^. .^₎⟆

This commit is contained in:
Leonard Lorenz 2025-12-02 22:20:36 +01:00
commit f33dda8916
10 changed files with 158 additions and 0 deletions

5
load-todays-input.bash Normal file
View file

@ -0,0 +1,5 @@
day=$(date +%-e)
day_zero=$(date +%0e)
session=$(cat .sessioncookie)
mkdir -p input
curl -b "session=${session}" -o "./input/${day_zero}.txt" "https://adventofcode.com/2024/day/${day}/input"