ltruchot / aoc-2022-kotlin

Advent Of Code 2022 to discover kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode Kotlin StarterKit

The StarterKit I needed these past years to face Advent Of Code.

  • One package for each daily puzzle: dayXX
  • A package with simple code I always use: kit
  • A package for the code you'll produce and reuse: common
  • Two parametrized unit tests (one for each part of the daily puzzle)

TODO For next year

  • Split days code in modules
    • in order to allow usage of same name classes for 2 days
  • Prepare a mechanism to check duration of execution of unit tests

About

Advent Of Code 2022 to discover kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%