Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dantaro/adventofcode2022

🎄 Advent of Code 2022 solutions in Kotlin 🎄
https://github.com/dantaro/adventofcode2022

advent-of-code-2022

Last synced: about 2 months ago
JSON representation

🎄 Advent of Code 2022 solutions in Kotlin 🎄

Awesome Lists containing this project

README

        

# Advent of Code 2022

### What is this?
This is my repo for progressing through [Advent of Code 2022](https://adventofcode.com/).

### Progress
| Day | Part 1 | Part 2 |
|-----|--------|--------|
| 1 | x | x |
| 2 | x | x |
| 3 | x | x |
| 4 | x | x |
| 5 | | |
| 6 | x | x |
| 7 | x | x |
| 8 | | |
| 9 | | |
| 10 | x | x |
| 11 | | |

### Running the code
The Main class contains a simple CLI to run the problems.