Welcome to the Advent of Code1 Kotlin project created by monkey-matt using the Advent of Code Kotlin Template delivered by JetBrains.
In this repository, monkey-matt is about to provide solutions for the puzzles using Kotlin language.
In most cases I've completed the tasks as fast as possible and then tidied up my solutions before committing them. On some days I later go back and add an alternative solution that I find interesting after seeing how others have solved the problem. In particular watching Kotlin by Jetbrains on youtube
If you're stuck with Kotlin-specific questions or anything related to this template, check out the following resources:
- Kotlin docs
- Kotlin Slack
- Template issue tracker
Footnotes
-
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. โฉ