diff options
author | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-05 15:00:04 +0200 |
---|---|---|
committer | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-05 15:00:04 +0200 |
commit | 2321e17437700648a3c78a914750118a7a942ba9 (patch) | |
tree | fff2eed69f1c9d15e2f09a0874e6f8098b83c720 /README.md | |
parent | 0c97ce0ce9cf56b927c875a00fbe417dc7593a48 (diff) | |
download | gleam_aoc2020-2321e17437700648a3c78a914750118a7a942ba9.tar.gz gleam_aoc2020-2321e17437700648a3c78a914750118a7a942ba9.zip |
Finish day 17
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -1,11 +1,14 @@ # Advent of Code 2021 in Kotlin +  - - + + -Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][github] using the [Advent of Code Kotlin Template][template] delivered by JetBrains. +Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][github] using +the [Advent of Code Kotlin Template][template] delivered by JetBrains. See other solutions [here][awesome]. ## Progress + | Day | Part 1 | Part 2 | |---------------------------------|:------:|:------:| | Day 1: Sonar Sweep | 🌟 | 🌟 | @@ -24,7 +27,7 @@ Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][githu | Day 14: Extended Polymerization | 🌟 | 🌟 | | Day 15: Chiton | 🌟 | 🌟 | | Day 16: Packet Decoder | 🌟 | 🌟 | -| Day 17: Trick Shot | | | +| Day 17: Trick Shot | 🌟 | 🌟 | | Day 18: Snailfish | 🌟 | 🌟 | | Day 19: Beacon Scanner | | | | Day 20: Trench Map | | | @@ -34,12 +37,16 @@ Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][githu | Day 24: Arithmetic Logic Unit | | | | Day 25: Sea Cucumber | | | - [^aoc]: - [Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015. - Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-four days. - You can solve the puzzle and provide an answer using the language of your choice. +[Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015. +Every year since then, beginning on the first day of December, a programming puzzle is published every day for +twenty-four days. +You can solve the puzzle and provide an answer using the language of your choice. [aoc]: https://adventofcode.com + [github]: https://github.com/tchojnacki + [template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template + +[awesome]: https://github.com/Bogdanp/awesome-advent-of-code |