Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 594 Bytes

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
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