diff --git a/README.md b/README.md index 1ead550..7fd0514 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # Advent of Code -My solutions to the Advent of Code in various programming languages +My solutions to Advent of Code -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. +Each **year** directory can have multiple subdirectories dedicated to specific languages, which I used to solve the tasks for that year. +Each **language** subdirectory can be further split into individual **days**. +## Main language used each year -## Breakdown by languages - -| Year | Primary language | Stars | -| --- | --- | --- | -| 2018 | Java | 6 | -| 2019 | Scala | 27 | -| 2020 | Python | 50 | -| 2021 | Python | 30 | -| 2022 | Rust | 50 | +| Year | Language | Stars | +| ---- | -------- | ----- | +| 2018 | Java | 6 | +| 2019 | Scala | 27 | +| 2020 | Python | 50 | +| 2021 | Python | 30 | +| 2022 | Rust | 50 | +| 2023 | Haskell | ?? |