aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortchojnacki <tomaszchojnacki2001@gmail.com>2022-08-05 15:00:04 +0200
committertchojnacki <tomaszchojnacki2001@gmail.com>2022-08-05 15:00:04 +0200
commit2321e17437700648a3c78a914750118a7a942ba9 (patch)
treefff2eed69f1c9d15e2f09a0874e6f8098b83c720 /README.md
parent0c97ce0ce9cf56b927c875a00fbe417dc7593a48 (diff)
downloadgleam_aoc2020-2321e17437700648a3c78a914750118a7a942ba9.tar.gz
gleam_aoc2020-2321e17437700648a3c78a914750118a7a942ba9.zip
Finish day 17
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index a6cb346..a055eac 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,14 @@
# Advent of Code 2021 in Kotlin
+
![Kotlin](https://img.shields.io/badge/Kotlin-grey?logo=Kotlin)
-![](https://img.shields.io/badge/⭐%20stars-34-yellow)
-![](https://img.shields.io/badge/📅%20days-17-blue)
+![](https://img.shields.io/badge/⭐%20stars-36-yellow)
+![](https://img.shields.io/badge/📅%20days-18-blue)
-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