Skip to content

Commit 95b4d0c

Browse files
committed
Create project stubs for 2018, 2019, 2020, 2021,2024 and decide base languages
1 parent b62aa2a commit 95b4d0c

File tree

828 files changed

+8916
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

828 files changed

+8916
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ To run all solutions, simply run `./gradlew run`. If you want to run the solutio
1717
## Contributions:
1818
| Year | Language(s) | Total Stars | Link to repository |
1919
|---------|------------------------------------------------------------------------------------------------|------------:|------------------------------------------------------------------------------------|
20-
| 2024 | ?? | ??| [aoc2024](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2024) |
20+
| 2024 | Kotlin ![Kotlin](img/kotlin.png) | 0| [aoc2024](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2024) |
2121
| 2023 | Kotlin ![Kotlin](img/kotlin.png), Python ![Python](img/python.png) | 50 ⭐ | [aoc2023](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2023) |
2222
| 2022 | Kotlin ![Kotlin](img/kotlin.png), Scala ![Scala](img/scala.png) | 50 ⭐ | [aoc2022](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2021) |
2323
| 2022 | Kotlin ![Kotlin](img/kotlin.png) | 2 ⭐ | [meilisearch](https://github.com/Gentleman1983/advent-of-code/tree/main/meili2022) |
24-
| 2021 | ?? | ??| [aoc2021](https://github.com/Gentleman1983/aoc2021) |
25-
| 2020 | ?? | ??| [aoc2020](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2020) |
26-
| 2019 | ?? | ??| [aoc2019](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2019) |
27-
| 2018 | ?? | ??| [aoc2018](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2018) |
24+
| 2021 | Kotlin ![Kotlin](img/kotlin.png) | 0| [aoc2021](https://github.com/Gentleman1983/aoc2021) |
25+
| 2020 | Kotlin ![Kotlin](img/kotlin.png) | 0| [aoc2020](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2020) |
26+
| 2019 | JAVA ![JAVA](img/java.png) | 0| [aoc2019](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2019) |
27+
| 2018 | JAVA ![JAVA](img/java.png) | 0| [aoc2018](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2018) |
2828
| 2017 | JAVA ![JAVA](img/java.png), Scala ![Scala](img/scala.png) | 50 ⭐ | [aoc2017](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2017) |
2929
| 2016 | JAVA ![JAVA](img/java.png), Kotlin ![Kotlin](img/kotlin.png), Groovy ![Groovy](img/groovy.png) | 50 ⭐ | [aoc2016](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2016) |
3030
| 2015 | JAVA ![JAVA](img/java.png), Kotlin ![Kotlin](img/kotlin.png), Python ![Python](img/python.png) | 50 ⭐ | [aoc2015](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2015) |

aoc2018/Day01.md

Whitespace-only changes.

aoc2018/Day02.md

Whitespace-only changes.

aoc2018/Day03.md

Whitespace-only changes.

aoc2018/Day04.md

Whitespace-only changes.

aoc2018/Day05.md

Whitespace-only changes.

aoc2018/Day06.md

Whitespace-only changes.

aoc2018/Day07.md

Whitespace-only changes.

aoc2018/Day08.md

Whitespace-only changes.

aoc2018/Day09.md

Whitespace-only changes.

0 commit comments

Comments
 (0)