Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedroaraoz/adventofcode2023
🎄 My Advent of Code Solutions for 2023 🎄
https://github.com/pedroaraoz/adventofcode2023
advent-of-code aoc-2023-in-kotlin kotlin
Last synced: about 1 month ago
JSON representation
🎄 My Advent of Code Solutions for 2023 🎄
- Host: GitHub
- URL: https://github.com/pedroaraoz/adventofcode2023
- Owner: PedroAraoz
- Created: 2023-12-01T15:39:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T01:43:24.000Z (about 1 year ago)
- Last Synced: 2024-04-14T10:31:49.504Z (9 months ago)
- Topics: advent-of-code, aoc-2023-in-kotlin, kotlin
- Language: Kotlin
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adventOfCode2023
Welcome to the Advent of Code[^aoc] Kotlin project created by [me][github] using the [Advent of Code Kotlin Template][template] delivered by JetBrains.
[^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
[github]: https://github.com/pedroaraoz
[template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template