Home

Awesome

Advent of Code solutions in Java

Connect your AoC account

Copy .env.dist file into .env file and fill in the value of session cookie after you have authenticated in AoC.

Current ongoing event execution

./gradlew run --args="--day=1"

Custom event - current or previous

./gradlew run --args="--year=2015 --day=1"

Running tests

./gradlew run --args="--day=1 --test"

Stupid mistakes/assumptions I did while solving puzzles

Year 2023


This repo does follow the automation guidelines on the /r/adventofcode community wiki https://www.reddit.com/r/adventofcode/wiki/faqs/automation. Specifically: