Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repository contains my implementations of the Advent of Code Event.

The project runs on Java 21 and Maven. Once compiled you can run the different Puzzles using this Command:

java -jar target/adventofcode-1.0-SNAPSHOT.jar <year> <day> (-f <inputfile>) (-v)

Example:

java -jar target/adventofcode-1.0-SNAPSHOT.jar 2025 day1 -f etc/inputs/2025/day1.example.txt

You can also specify the -v option to see additional logging. Omitting the -f option will load the corresponding .example.txt file from the etc/inputs/ folder.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages