Update README.md

This commit is contained in:
Maciej Jur 2022-11-27 19:58:49 +01:00 committed by GitHub
parent 75fce67d69
commit 5003737a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,15 @@
# Advent of Code # Advent of Code
Solutions to the Advent of Code written by myself in various languages My solutions to the Advent of Code in various programming languages
Each "year" directory has subdirectories dedicated to specific languages that I used, and each such subdirectory is further divided into individual days. 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 |