Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riari/aoc-2022
My solutions for Advent of Code 2022.
https://github.com/riari/aoc-2022
advent-of-code advent-of-code-2022 kotlin
Last synced: about 2 months ago
JSON representation
My solutions for Advent of Code 2022.
- Host: GitHub
- URL: https://github.com/riari/aoc-2022
- Owner: Riari
- License: apache-2.0
- Created: 2022-12-05T16:30:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T00:32:09.000Z (about 2 years ago)
- Last Synced: 2024-10-13T12:27:00.825Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2022, kotlin
- Language: Kotlin
- Homepage:
- Size: 264 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
My solutions for [Advent of Code 2022](https://adventofcode.com/2022/), written in Kotlin.
Solution files and boilerplate can be generated with new.py, e.g.:
```shell
./new.py 1
```