diff options
author | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-06 15:44:12 +0200 |
---|---|---|
committer | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-06 15:44:12 +0200 |
commit | 0ccc05883df5a918c4096ef6983bde8a2312764b (patch) | |
tree | 3f60a381709c34291abde8bde292927f48af8329 /README.md | |
parent | 2321e17437700648a3c78a914750118a7a942ba9 (diff) | |
download | gleam_aoc2020-0ccc05883df5a918c4096ef6983bde8a2312764b.tar.gz gleam_aoc2020-0ccc05883df5a918c4096ef6983bde8a2312764b.zip |
Finish day 25
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # 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. 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. |