This repository contains my solutions for the Advent of Code 2024 challenge.
To see the solutions run the following command:
./gradlew runWhen running the build command, for convenience the required input files will be downloaded.
Attention: To use the automatic download of input files, you need to provide your session cookie in the gradle.properties file. Never share or commit your session cookie with anyone!
Example gradle.properties file:
adventOfCodeSessionCookie=your_session_cookieAfterward you can run the task downloadInputDay01 to download the input file for day 1.