diff options
author | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-11 19:24:23 +0200 |
---|---|---|
committer | tchojnacki <tomaszchojnacki2001@gmail.com> | 2022-08-11 19:24:23 +0200 |
commit | 0f1e145b80813ae2331b7dac5ace0c589654ad2a (patch) | |
tree | 25483b8239436dd5aed2fee8811caf0ba893c0bb /2021-kotlin/README.md | |
parent | 85fb0396bed6a2129b12392941103924b1ab55be (diff) | |
download | gleam_aoc2020-0f1e145b80813ae2331b7dac5ace0c589654ad2a.tar.gz gleam_aoc2020-0f1e145b80813ae2331b7dac5ace0c589654ad2a.zip |
Move subproject to avoid IntelliJ module name issues
Diffstat (limited to '2021-kotlin/README.md')
-rw-r--r-- | 2021-kotlin/README.md | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/2021-kotlin/README.md b/2021-kotlin/README.md deleted file mode 100644 index c8c777a..0000000 --- a/2021-kotlin/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# Advent of Code 2021 in Kotlin - - - - -Welcome to the Advent of Code Kotlin project created by [tchojnacki][github] using the -[Advent of Code Kotlin Template][template] delivered by JetBrains. - -## Progress - -| Day | Part 1 | Part 2 | -|---------------------------------|:------:|:------:| -| Day 1: Sonar Sweep | 🌟 | 🌟 | -| Day 2: Dive! | 🌟 | 🌟 | -| Day 3: Binary Diagnostic | 🌟 | 🌟 | -| Day 4: Giant Squid | 🌟 | 🌟 | -| Day 5: Hydrothermal Venture | 🌟 | 🌟 | -| Day 6: Lanternfish | 🌟 | 🌟 | -| Day 7: The Treachery of Whales | 🌟 | 🌟 | -| Day 8: Seven Segment Search | 🌟 | 🌟 | -| Day 9: Smoke Basin | 🌟 | 🌟 | -| Day 10: Syntax Scoring | 🌟 | 🌟 | -| Day 11: Dumbo Octopus | 🌟 | 🌟 | -| Day 12: Passage Pathing | 🌟 | 🌟 | -| Day 13: Transparent Origami | 🌟 | 🌟 | -| Day 14: Extended Polymerization | 🌟 | 🌟 | -| Day 15: Chiton | 🌟 | 🌟 | -| Day 16: Packet Decoder | 🌟 | 🌟 | -| Day 17: Trick Shot | 🌟 | 🌟 | -| Day 18: Snailfish | 🌟 | 🌟 | -| Day 19: Beacon Scanner | | | -| Day 20: Trench Map | | | -| Day 21: Dirac Dice | | | -| Day 22: Reactor Reboot | | | -| Day 23: Amphipod | | | -| Day 24: Arithmetic Logic Unit | 🌟 | 🌟 | -| Day 25: Sea Cucumber | 🌟 | | - -[aoc]: https://adventofcode.com - -[github]: https://github.com/tchojnacki - -[template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template |