aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortchojnacki <tomaszchojnacki2001@gmail.com>2022-08-06 15:44:12 +0200
committertchojnacki <tomaszchojnacki2001@gmail.com>2022-08-06 15:44:12 +0200
commit0ccc05883df5a918c4096ef6983bde8a2312764b (patch)
tree3f60a381709c34291abde8bde292927f48af8329 /README.md
parent2321e17437700648a3c78a914750118a7a942ba9 (diff)
downloadgleam_aoc2020-0ccc05883df5a918c4096ef6983bde8a2312764b.tar.gz
gleam_aoc2020-0ccc05883df5a918c4096ef6983bde8a2312764b.zip
Finish day 25
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 a055eac..34bf6fb 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Advent of Code 2021 in Kotlin
![Kotlin](https://img.shields.io/badge/Kotlin-grey?logo=Kotlin)
-![](https://img.shields.io/badge/⭐%20stars-36-yellow)
-![](https://img.shields.io/badge/📅%20days-18-blue)
+![](https://img.shields.io/badge/⭐%20stars-37-yellow)
+![](https://img.shields.io/badge/📅%20days-19-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. See other solutions [here][awesome].
@@ -35,7 +35,7 @@ the [Advent of Code Kotlin Template][template] delivered by JetBrains. See other
| Day 22: Reactor Reboot | | |
| Day 23: Amphipod | | |
| Day 24: Arithmetic Logic Unit | | |
-| Day 25: Sea Cucumber | | |
+| Day 25: Sea Cucumber | 🌟 | |
[^aoc]:
[Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015.