Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colinodell/advent-2023
- Owner: colinodell
- License: mit
- Created: 2023-12-01T13:32:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T15:46:16.000Z (about 1 year ago)
- Last Synced: 2024-11-10T08:57:31.657Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, aoc-2023, aoc-2023-in-kotlin
- Language: Kotlin
- Homepage:
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.