Advent of Code in Java ☕
Quickstart Java template for the Advent of Code 2023
Usage
- fork and clone this Repository
- Install dependencies
- Create file
day1.txt
with puzzle input in input
folder
- Run the project with
mvn package && java -cp target/AdventOfCode-1.0-SNAPSHOT.jar de.dhbw.horb.App
🚀
- or open and run in your favorite IDE