Go to file
2023-12-03 19:07:09 +00:00
input Initialize Project and add Solution for day 1 part 1 2023-12-03 19:59:25 +01:00
src/main/java/de/dhbw/horb Initialize Project and add Solution for day 1 part 1 2023-12-03 19:59:25 +01:00
.gitignore Initialize Project and add Solution for day 1 part 1 2023-12-03 19:59:25 +01:00
pom.xml Initialize Project and add Solution for day 1 part 1 2023-12-03 19:59:25 +01:00
README.md Add Link to AoC 2023-12-03 19:07:09 +00:00

Advent of Code in Java

Quickstart Java template for the Advent of Code 2023

Usage

  1. fork and clone this Repository
  2. Install dependencies
  3. Create file day1.txt with puzzle input in input folder
  4. 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