/advent-of-code-2021-kotlin

An attempt at AoC 2021 in a new (for me) language, Kotlin.

Primary LanguageKotlin

aoc-21-kotlin

Disclaimer: I've never written Kotlin before this and will be going along learning from the documentation and other peoples' solutions as I go alone. I guess that's the point of AoC.

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

In this repository, ranveeraggarwal 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-four days. You can solve the puzzle and provide an answer using the language of your choice.