Add info, rephrase

This commit is contained in:
Andreas Stadelmeier 2023-12-03 19:04:14 +00:00
parent 5e4c23281a
commit 4413165e30

View File

@ -1,10 +1,12 @@
# Advent of Code in Java ☕ # Advent of Code in Java ☕
Quickstart Java template for the Advent of Code 2023
## Usage ## Usage
1. fork this Repository 1. fork and clone this Repository
2. Install dependencies 2. Install dependencies
- [Maven](https://maven.apache.org/install.html) - [Maven](https://maven.apache.org/install.html)
- [Java 17](https://www.oracle.com/java/technologies/downloads/#java17) - [Java 17](https://www.oracle.com/java/technologies/downloads/#java17)
3. Create file `day1.txt` with puzzle input in `input` folder 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` 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 - or open and run in your favorite IDE