Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panda4817/advent-of-code-java
https://github.com/panda4817/advent-of-code-java
advent-of-code advent-of-code-2021 advent-of-code-2024 java17 java21 junit5 maven
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/panda4817/advent-of-code-java
- Owner: Panda4817
- Created: 2024-11-22T18:39:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T17:14:48.000Z (23 days ago)
- Last Synced: 2024-12-23T18:25:14.098Z (23 days ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2024, java17, java21, junit5, maven
- Language: Java
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code - Java
## Create solution
- If this is a new year, add a new package called `year` under package `day,```
- year_number corresponds to the specific year's puzzle you want to run
- day_number corresponds to the particular day in December that you want to run puzzles for
- Before running, make sure the right input data is in `input.txt`## Test
- ```mvn test``` run all tests
- ```mvn test -Dtest=``` run specific test class