Skip to content

ravi2519/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2024

AOC 2024 Challenge

Python Scripts in this Repo

create_java_templates.py

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.

fetch_inputs.py

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".

create_empty_input_files.py

python src/main/resources/create_empty_input_files.py

A simple script to create empty input files.

Running

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

About

AOC 2024 Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published