aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortchojnacki <tomaszchojnacki2001@gmail.com>2021-12-18 22:25:33 +0100
committertchojnacki <tomaszchojnacki2001@gmail.com>2021-12-18 22:25:33 +0100
commitac40561e6ad662cfbf7c2540bbdcf8572bae552a (patch)
treebc49286cf7f7ad0429e5484ef0ba883dae931c4e /README.md
parent7a2de912f5048f01df790e7edf2d308f68b314ac (diff)
downloadgleam_aoc2020-ac40561e6ad662cfbf7c2540bbdcf8572bae552a.tar.gz
gleam_aoc2020-ac40561e6ad662cfbf7c2540bbdcf8572bae552a.zip
Finish day 13
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 7893928..991e42c 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-28-yellow)
-![](https://img.shields.io/badge/📅%20days-14-blue)
+![](https://img.shields.io/badge/⭐%20stars-30-yellow)
+![](https://img.shields.io/badge/📅%20days-15-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.
@@ -20,7 +20,7 @@ Welcome to the Advent of Code[^aoc] Kotlin project created by [tchojnacki][githu
| Day 10: Syntax Scoring | 🌟 | 🌟 |
| Day 11: Dumbo Octopus | 🌟 | 🌟 |
| Day 12: Passage Pathing | 🌟 | 🌟 |
-| Day 13: Transparent Origami | | |
+| Day 13: Transparent Origami | 🌟 | 🌟 |
| Day 14: Extended Polymerization | 🌟 | 🌟 |
| Day 15: Chiton | 🌟 | 🌟 |
| Day 16: Packet Decoder | | |