Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritesh-singh/aoc-2023-in-kotlin
Aoc 2023 in Kotlin!
https://github.com/ritesh-singh/aoc-2023-in-kotlin
advent-of-code adventofcode aoc-2023-in-kotlin kotlin
Last synced: 17 days ago
JSON representation
Aoc 2023 in Kotlin!
- Host: GitHub
- URL: https://github.com/ritesh-singh/aoc-2023-in-kotlin
- Owner: ritesh-singh
- Created: 2023-11-30T22:00:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T06:18:11.000Z (about 1 year ago)
- Last Synced: 2023-12-24T07:55:11.642Z (about 1 year ago)
- Topics: advent-of-code, adventofcode, aoc-2023-in-kotlin, kotlin
- Language: Kotlin
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2023-in-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'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-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 2023
Solutions for [Advent of Code](https://adventofcode.com/)
## 2023 Results
| Day | Part 1 | Part 2 |
|:----------------------------------------------:|:-----:|:------:|
| [Day 1](https://adventofcode.com/2023/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2023/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2023/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2023/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2023/day/5) | ⭐ | ⭐ |
| [Day 6](https://adventofcode.com/2023/day/6) | ⭐ | ⭐ |
| [Day 7](https://adventofcode.com/2023/day/7) | ⭐ | ⭐ |
| [Day 8](https://adventofcode.com/2023/day/8) | ⭐ | ⭐ |
| [Day 9](https://adventofcode.com/2023/day/9) | ⭐ | ⭐ |
| [Day 10](https://adventofcode.com/2023/day/10) | ⭐ | ⭐ |
| [Day 11](https://adventofcode.com/2023/day/11) | ⭐ | ⭐ |
| [Day 12](https://adventofcode.com/2023/day/12) | ⭐ | ⭐ |
| [Day 13](https://adventofcode.com/2023/day/13) | ⭐ | ⭐ |
| [Day 14](https://adventofcode.com/2023/day/14) | ⭐ | ⭐ |
| [Day 15](https://adventofcode.com/2023/day/15) | ⭐ | ⭐ |
| [Day 16](https://adventofcode.com/2023/day/16) | ⭐ | ⭐ |
| [Day 17](https://adventofcode.com/2023/day/17) | ⭐ | ⭐ |
| [Day 18](https://adventofcode.com/2023/day/18) | ⭐ | ⭐ |
| [Day 19](https://adventofcode.com/2023/day/19) | ⭐ | ⭐ |
| [Day 20](https://adventofcode.com/2023/day/20) | ⭐ | ⭐ |
| [Day 21](https://adventofcode.com/2023/day/21) | ⭐ | |
| [Day 22](https://adventofcode.com/2023/day/22) | | |
| [Day 23](https://adventofcode.com/2023/day/23) | ⭐ | |
| [Day 24](https://adventofcode.com/2023/day/24) | | |
| [Day 25](https://adventofcode.com/2023/day/25) | | |