Advent of Code in Kotlin
Repo contains my solutions for Advent of Code 2015 and 2016
- Descriptions are in
main/resources/descriptions/y201X - Solutions are in
main/kotlin/y201X - Corresponding tests are in
test/kotlin/y201X - Test inputs are in
test/resources/inputs/y201X - There are few utility functions in
main/kotlin/core/extensions