Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 | ⭐ | ⭐ |