advent-of-code/README.md

16 lines
484 B
Markdown
Raw Normal View History

2019-12-07 03:05:53 +01:00
# Advent of Code
2022-11-27 19:58:49 +01:00
My solutions to the Advent of Code in various programming languages
2019-12-07 00:39:28 +01:00
2022-11-27 19:58:49 +01:00
Each `year` directory can have multiple subdirectories dedicated to specific languages which I used to solve tasks for that year, and each `language` subdirectory can be further split into different days.
## Breakdown by languages
| Year | Primary language | Stars |
| --- | --- | --- |
| 2018 | Java | 6 |
| 2019 | Scala | 27 |
| 2020 | Python | 50 |
| 2021 | Python | 30 |
| 2022 | Rust | 0 |