Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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