Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/colinodell/advent-2023

Advent of Code 2023 solutions in Kotlin
https://github.com/colinodell/advent-2023

advent-of-code advent-of-code-2023 aoc aoc-2023 aoc-2023-in-kotlin

Last synced: 15 days ago
JSON representation

Advent of Code 2023 solutions in Kotlin

Awesome Lists containing this project

README

        

## Advent of Code 2023 Solutions in Kotlin

[![license](https://img.shields.io/github/license/colinodell/advent-2023)]()
[![Build](https://github.com/colinodell/advent-2023/actions/workflows/build.yml/badge.svg)](https://github.com/colinodell/advent-2023/actions/workflows/build.yml)

This repo is my personal attempt at solving the [Advent of Code 2023](http://adventofcode.com/2023) 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)
* [2022 - Kotlin](https://github.com/colinodell/advent-2022)

All solutions in this repository are originals unless otherwise noted

Copyright © 2023 by Colin O'Dell.