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.
- Host: GitHub
- URL: https://github.com/pin3da/advent-of-code
- Owner: pin3da
- License: mpl-2.0
- Created: 2018-12-14T19:15:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T10:35:55.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:29:46.007Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2022, dart, go, kotlin, rust
- Language: Rust
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - advent-of-code
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||