diff options
Diffstat (limited to 'aoc-2021-kotlin/README.md')
-rw-r--r-- | aoc-2021-kotlin/README.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/aoc-2021-kotlin/README.md b/aoc-2021-kotlin/README.md index b17d517..11c75df 100644 --- a/aoc-2021-kotlin/README.md +++ b/aoc-2021-kotlin/README.md @@ -1,10 +1,8 @@ # Advent of Code 2021 in Kotlin +   -Welcome to the Advent of Code Kotlin project created by [tchojnacki][github] using the -[Advent of Code Kotlin Template][template] delivered by JetBrains. - | Day | Problem Name | Part 1 | Part 2 | | :----: | --------------------------------------------------------------- | :----: | :----: | | **01** | [Sonar Sweep](https://adventofcode.com/2021/day/1) | :star: | :star: | @@ -32,6 +30,3 @@ Welcome to the Advent of Code Kotlin project created by [tchojnacki][github] usi | **23** | [Amphipod](https://adventofcode.com/2021/day/23) | :star: | :star: | | **24** | [Arithmetic Logic Unit](https://adventofcode.com/2021/day/24) | :star: | :star: | | **25** | [Sea Cucumber](https://adventofcode.com/2021/day/25) | :star: | :star: | - -[github]: https://github.com/tchojnacki -[template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template |