Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎄
- Host: GitHub
- URL: https://github.com/dantaro/adventofcode2022
- Owner: Dantaro
- Created: 2022-12-07T19:37:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T00:20:42.000Z (about 2 years ago)
- Last Synced: 2023-03-01T19:36:44.710Z (almost 2 years ago)
- Topics: advent-of-code-2022
- Language: Kotlin
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.