From e28474f7622e5299cd11b67b1604d0c696de1347 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Tue, 28 Nov 2023 22:28:55 +0100 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) 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 | ?? |