Advent Of Code is an annual coding puzzle to practice programming skills. https://adventofcode.com
These coding examples are written in Kotlin using Spring Boot framework, using functional methods, like: .map(), .reduce(), .filter() , .every(), .some() etc.
git clone https://github.com/matyig/adventofcode2022.git gradle build gradle bootRun gradle test