Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.