Skip to content

Advent of Code 2021 in Kotlin, solved by myself. Focus on code readability. With GitHub Actions all puzzles are executed and their solutions printed

Notifications You must be signed in to change notification settings

michaeltroger/advent-of-code-2021-in-kotlin

Repository files navigation

Advent of Code 2021 in Kotlin

Focus on Code Readability. With CI Solution Printing.

CI

Welcome to the Advent of Code1 Kotlin project created by michaeltroger using the Advent of Code Kotlin Template delivered by JetBrains.

In this repository, michaeltroger is about to provide solutions for the puzzles using Kotlin language.

Special: ./run compiles and runs all puzzles and prints its solutions. The solutions are also automatically printed on the CI via GitHub Actions Workflow and offered as artificat.

If you stuck with Kotlin-specific questions or anything related to this template, check out the following resources:

Footnotes

  1. Advent of Code – an annual event in December since 2015. Every year since then, with the first day of December, a programming puzzles contest is published every day for twenty-four days. A set of Christmas-oriented challenges provide any input you have to use to answer using the language of your choice.