Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinodell/advent-2022
Advent of Code 2022 solutions in Kotlin
https://github.com/colinodell/advent-2022
advent-of-code advent-of-code-2022 aoc aoc-2022 aoc-2022-in-kotlin
Last synced: about 1 month ago
JSON representation
Advent of Code 2022 solutions in Kotlin
- Host: GitHub
- URL: https://github.com/colinodell/advent-2022
- Owner: colinodell
- License: mit
- Created: 2022-11-30T21:38:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T14:15:17.000Z (about 2 years ago)
- Last Synced: 2024-11-03T08:23:48.600Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, aoc-2022, aoc-2022-in-kotlin
- Language: Kotlin
- Homepage:
- Size: 369 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Advent of Code 2022 Solutions in Kotlin
[![license](https://img.shields.io/github/license/colinodell/advent-2022)]()
[![Build](https://github.com/colinodell/advent-2022/actions/workflows/build.yml/badge.svg)](https://github.com/colinodell/advent-2022/actions/workflows/build.yml)This repo is my personal attempt at solving the [Advent of Code 2022](http://adventofcode.com/2022) set of problems with the Kotlin programming language.
Past years, in other languages:
* [2015 - Golang](https://github.com/colinodell/advent-2015)
* [2017 - PHP](https://github.com/colinodell/advent-2017)
* [2018 - JavaScript](https://github.com/colinodell/advent-2018)
* [2019 - Golang](https://github.com/colinodell/advent-2019)
* [2020 - Golang](https://github.com/colinodell/advent-2020)
* [2021 - Kotlin](https://github.com/colinodell/advent-2021)All solutions in this repository are originals unless otherwise noted
Copyright © 2022 by Colin O'Dell.