Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritesh-singh/aoc-2022-kotlin
AOC 2022 in Kotlin!
https://github.com/ritesh-singh/aoc-2022-kotlin
aoc-2022-in-kotlin
Last synced: 17 days ago
JSON representation
AOC 2022 in Kotlin!
- Host: GitHub
- URL: https://github.com/ritesh-singh/aoc-2022-kotlin
- Owner: ritesh-singh
- License: apache-2.0
- Created: 2022-11-29T19:35:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T20:33:15.000Z (almost 2 years ago)
- Last Synced: 2023-04-14T10:34:05.437Z (over 1 year ago)
- Topics: aoc-2022-in-kotlin
- Language: Kotlin
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2022-kotlin
Welcome to the Advent of Code[^aoc] Kotlin project created by [ritesh-singh][github] using the [Advent of Code Kotlin Template][template] delivered by JetBrains.
In this repository, ritesh-singh is about to provide solutions for the puzzles using [Kotlin][kotlin] language.
If you'r7e 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-five 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/ritesh-singh
[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# 🎄 Advent of Code 2022
Solutions for [Advent of Code](https://adventofcode.com/)
## 2022 Results
| Day | Part 1 | Part 2 |
|:----------------------------------------------:| :---: | :---: |
| [Day 1](https://adventofcode.com/2022/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2022/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2022/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2022/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2022/day/5) | ⭐ | ⭐ |
| [Day 6](https://adventofcode.com/2022/day/6) | ⭐ | ⭐ |
| [Day 7](https://adventofcode.com/2022/day/7) | ⭐ | ⭐ |
| [Day 8](https://adventofcode.com/2022/day/8) | ⭐ | ⭐ |
| [Day 9](https://adventofcode.com/2022/day/9) | ⭐ | ⭐ |
| [Day 10](https://adventofcode.com/2022/day/10) | ⭐ | ⭐ |
| [Day 11](https://adventofcode.com/2022/day/11) | ⭐ | ⭐ |
| [Day 12](https://adventofcode.com/2022/day/12) | ⭐ | ⭐ |
| [Day 13](https://adventofcode.com/2022/day/13) | ⭐ | ⭐ |
| [Day 14](https://adventofcode.com/2022/day/14) | ⭐ | ⭐ |
| [Day 15](https://adventofcode.com/2022/day/15) | ⭐ | ⭐ |
| [Day 16](https://adventofcode.com/2022/day/16) | ⭐ | ⭐ |
| [Day 17](https://adventofcode.com/2022/day/17) | ⭐ | ⭐ |
| [Day 18](https://adventofcode.com/2022/day/18) | ⭐ | ⭐ |
| [Day 19](https://adventofcode.com/2022/day/19) | ⭐ | ⭐ |
| [Day 20](https://adventofcode.com/2022/day/20) | ⭐ | ⭐ |
| [Day 21](https://adventofcode.com/2022/day/21) | ⭐ | ⭐ |
| [Day 22](https://adventofcode.com/2022/day/22) | ⭐ | |
| [Day 23](https://adventofcode.com/2022/day/23) | ⭐ | ⭐ |
| [Day 24](https://adventofcode.com/2022/day/24) | ⭐ | ⭐ |
| [Day 25](https://adventofcode.com/2022/day/25) | ⭐ | |