aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortchojnacki <tomaszchojnacki2001@gmail.com>2022-02-19 17:30:27 +0100
committertchojnacki <tomaszchojnacki2001@gmail.com>2022-02-19 17:30:27 +0100
commitf0337d4e76124bcd81f2ef3f00ac297926d7f767 (patch)
tree6b6b86243953f71dbe426c35a50daa27ba2496ed /README.md
parent879f53af69c703d99238d8d2bf28d15dc1fd461c (diff)
downloadgleam_aoc2020-f0337d4e76124bcd81f2ef3f00ac297926d7f767.tar.gz
gleam_aoc2020-f0337d4e76124bcd81f2ef3f00ac297926d7f767.zip
Finish day 16
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0cf6270..a6cb346 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Advent of Code 2021 in Kotlin
![Kotlin](https://img.shields.io/badge/Kotlin-grey?logo=Kotlin)
-![](https://img.shields.io/badge/⭐%20stars-32-yellow)
-![](https://img.shields.io/badge/📅%20days-16-blue)
+![](https://img.shields.io/badge/⭐%20stars-34-yellow)
+![](https://img.shields.io/badge/📅%20days-17-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.
@@ -23,7 +23,7 @@ Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][githu
| Day 13: Transparent Origami | 🌟 | 🌟 |
| Day 14: Extended Polymerization | 🌟 | 🌟 |
| Day 15: Chiton | 🌟 | 🌟 |
-| Day 16: Packet Decoder | | |
+| Day 16: Packet Decoder | 🌟 | 🌟 |
| Day 17: Trick Shot | | |
| Day 18: Snailfish | 🌟 | 🌟 |
| Day 19: Beacon Scanner | | |