diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-12-23 17:17:20 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-12-23 17:17:20 +0100 |
commit | c599cc44b9d9edd7fc172b33284c6593ffdc1096 (patch) | |
tree | 1649ef7dfbfc486a05c97635f3a4a5e981aa015f /aoc-2021-kotlin/README.md | |
parent | 482a0b454c28233de96a30891943db9e7bccc80c (diff) | |
download | gleam_aoc2020-c599cc44b9d9edd7fc172b33284c6593ffdc1096.tar.gz gleam_aoc2020-c599cc44b9d9edd7fc172b33284c6593ffdc1096.zip |
Update READMEs
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 |