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

https://github.com/pin3da/advent-of-code

My solutions to https://adventofcode.com/ in different languages I want to learn.
https://github.com/pin3da/advent-of-code

advent-of-code advent-of-code-2020 advent-of-code-2022 dart go kotlin rust

Last synced: 11 days ago
JSON representation

My solutions to https://adventofcode.com/ in different languages I want to learn.

Awesome Lists containing this project

README

        

# Advent-of-code

My solutions to https://adventofcode.com/ in different languages.

I have little experience in the languages here, so don't expect super nice code (I just want to explore them a bit).

|year|lang|Notes|
|----|----|-----|
|2018|go||
|2019|go||
|2020|kotlin|[2020 Blog Post about kotlin](https://pin3da.github.io/posts/advent-of-kotlin/)|
|2021|rust||
|2022|dart||
|2023|C++|I intended to solve 2023 offline, and C++ is probably the only thing I can get to compile without querying the internet. Unfortunately, I didn't download all the problem statements.|
|2024|rust again||