This website requires JavaScript.
Explore
Help
Register
Sign In
stan
/
AdventOfCode
Watch
1
Star
0
Fork
0
You've already forked AdventOfCode
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1
Commit
1
Branch
0
Tags
30
KiB
Java
100%
5e4c23281a
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Andreas Stadelmeier
5e4c23281a
Initialize Project and add Solution for day 1 part 1
2023-12-03 19:59:25 +01: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
Initialize Project and add Solution for day 1 part 1
2023-12-03 19:59:25 +01:00
README.md
Advent of Code in Java
☕
Usage
fork this Repository
Install dependencies
Maven
Java 17
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