diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-02 23:48:11 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-02 23:48:11 +0100 |
commit | 9525f09701d12aa1d93b9ac73878f014abf199a3 (patch) | |
tree | 4b36127ff1a1c4da49fbebacb262739c3959f5e4 /aoc-2021-kotlin | |
parent | b40da532b3a3c98a5c6060f8addac0e1e581a3df (diff) | |
download | gleam_aoc2020-9525f09701d12aa1d93b9ac73878f014abf199a3.tar.gz gleam_aoc2020-9525f09701d12aa1d93b9ac73878f014abf199a3.zip |
Update READMEs
Diffstat (limited to 'aoc-2021-kotlin')
-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 dc27235..5f72bcb 100644 --- a/aoc-2021-kotlin/README.md +++ b/aoc-2021-kotlin/README.md @@ -1,13 +1,11 @@ # 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. ## Progress - | Day | Part 1 | Part 2 | |---------------------------------|:------:|:------:| | Day 1: Sonar Sweep | 🌟 | 🌟 | @@ -36,8 +34,5 @@ Welcome to the Advent of Code Kotlin project created by [tchojnacki][github] usi | Day 24: Arithmetic Logic Unit | 🌟 | 🌟 | | Day 25: Sea Cucumber | 🌟 | 🌟 | -[aoc]: https://adventofcode.com - [github]: https://github.com/tchojnacki - [template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template |