diff --git a/README.md b/README.md index 14a8684..e21b94c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # 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 |