Skip to content

matvs/jetbrains-advent-of-code-2021-in-kotlin

Repository files navigation

jetbrains-advent-of-code-2021-in-kotlin

First time ever using Kotlin. It turned out to be more challenging, than expected, but I guess knowing Java and JVM helps.

This is part of JetBrains "Advent of Code 2021 in Kotlin" challenge. For AoC 2021 I used python.

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

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

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

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.