Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 284 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 284 Bytes

Advent Of Code 2022 Solutions

see here: https://adventofcode.com/2022

  • Code implemented in Kotlin
  • Input files mostly passed as Multiline string constants due to lazyness
  • Pretty dirty code - more focussed on solving the problem fast (or at all) than finding a pretty solution