AOC 2024 Challenge
python src/main/resources/create_java_templates.py
It creates Java template files. The Java files will be created in the resources
directory and won't override the actual ones.
python src/main/resources/fetch_inputs.py 1 --output "./inputs/day01.txt"
This script fetches the input for the specified day from the Advent of Code website. You need to add your "session" cookie from a logged-in AOC session as an environment variable "AOC_SESSION_COOKIE".
python src/main/resources/create_empty_input_files.py
A simple script to create empty input files.
The main class intelligently picks the current day of the AOC 2024 challenge and runs the code for you. At other times, it will run all the challenges.
mvn clean compile exec:java