Solutions to AoC 2024 in Java
Makefile and fetch script adapted from Axel Lindeberg
# to be able to download inputs (see fetch.sh)
export AOC_SESSION=[value from session cookie]
make # run todays (if in December 2024)
make $DAY # run a specific day, e.g 01
make all # run all days