Skip to content

haluzpav/advent-of-pavel

Repository files navigation

Advent of Pavel

Project containing my implementation of Advent of Code1.

Written in plain Kotlin on JVM, using Amper for build system, and JUnit for unit-tests.

Each year is in separate yearYYYY module, with core module containing shared helper functions.

Footnotes

  1. Advent of Code – An annual event of Christmas-oriented programming challenges started December 2015. Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-five days. You can solve the puzzle and provide an answer using the language of your choice.