Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Advent of Code solutions in Java (maybe other JVM languages in the future)

Uses picocli for creating CLI interface and Gradle as the build tool. Kinda over-engineered on purpose, don't get scared.

Usage

Using Gradle

./gradlew run --args="solve [YEAR] [DAY]"

Exercises

  • Trying how different Java DI frameworks play together with JSR-330 annotations.
  • Sprinkled with Vavr here and there

Constraints

  • None yet