https://github.com/cak/advent-of-code-2021
๐Advent of Code 2021 ๐
https://github.com/cak/advent-of-code-2021
aoc-2021-in-kotlin
Last synced: 2 months ago
JSON representation
๐Advent of Code 2021 ๐
- Host: GitHub
- URL: https://github.com/cak/advent-of-code-2021
- Owner: cak
- Created: 2021-12-04T08:06:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T11:06:37.000Z (over 4 years ago)
- Last Synced: 2025-03-04T07:14:28.427Z (over 1 year ago)
- Topics: aoc-2021-in-kotlin
- Language: Kotlin
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2021
Welcome to the Advent of Code[^aoc] Kotlin project created by [cak][github] using the [Advent of Code Kotlin Template][template] delivered by JetBrains.
In this repository, cak is about to provide solutions for the puzzles using [Kotlin][kotlin] language.
If you're stuck with Kotlin-specific questions or anything related to this template, check out the following resources:
- [Kotlin docs][docs]
- [Kotlin Slack][slack]
- Template [issue tracker][issues]
[^aoc]:
[Advent of Code][aoc] โ 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.
[aoc]: https://adventofcode.com
[docs]: https://kotlinlang.org/docs/home.html
[github]: https://github.com/cak
[issues]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template/issues
[kotlin]: https://kotlinlang.org
[slack]: https://surveys.jetbrains.com/s3/kotlin-slack-sign-up
[template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template