Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loehnertz/advent-of-code-2023
My solutions for the Advent of Code 2023
https://github.com/loehnertz/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-kotlin aoc-2023-in-kotlin kotlin
Last synced: 19 days ago
JSON representation
My solutions for the Advent of Code 2023
- Host: GitHub
- URL: https://github.com/loehnertz/advent-of-code-2023
- Owner: loehnertz
- License: mit
- Created: 2023-12-01T07:45:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-09T10:57:22.000Z (11 months ago)
- Last Synced: 2023-12-09T21:28:05.585Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-kotlin, aoc-2023-in-kotlin, kotlin
- Language: Kotlin
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
My solutions for the Advent of Code 2023 solved with [Kotlin](https://kotlinlang.org/).
## What is the Advent of Code?
[Advent of Code](https://adventofcode.com/2021) is an online event created
by [Eric Wastl](https://twitter.com/ericwastl). It is like an advent calendar with small chocolates but replaced with
small, christmas-themed coding challenges, one for each day until Christmas. They typically get more difficult with each
day. You can solve them in any language you like.### Task
Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second
puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck!Your instincts tell you that in order to save Christmas, you'll need to get all fifty stars by December 25th.
## Puzzles
| Day | Part 1 | Part 2 |
|----------------------------------------|--------|--------|
| Day 1: Trebuchet?! | ⭐ | ⭐ |
| Day 2: Cube Conundrum | ⭐ | ⭐ |
| Day 3: Gear Ratios | ⭐ | ⭐ |
| Day 4: Scratchcards | ⭐ | ⭐ |
| Day 5: If You Give A Seed A Fertilizer | ⭐ | ⭐ |
| Day 6: Wait For It | ⭐ | ⭐ |
| Day 7: Camel Cards | ⭐ | ⭐ |
| Day 8: Haunted Wasteland | ⭐ | ⭐ |
| Day 9: Mirage Maintenance | ⭐ | ⭐ |