aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6daf5733f668b59530ffb2a44d1a4775e0ce2a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Advent of Code 2021 in Kotlin
![Kotlin](https://img.shields.io/badge/Kotlin-grey?logo=Kotlin)
![](https://img.shields.io/badge/⭐%20stars-6-yellow)
![](https://img.shields.io/badge/📅%20days-3-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.

## Progress
| Day | Part 1 | Part 2 |
|---|---|---|
| Day 1: Sonar Sweep | 🌟 | 🌟 |
| Day 2: Dive! | 🌟 | 🌟 |
| Day 3: Binary Diagnostic | 🌟 | 🌟 |
| Day 4: ??? |   |   |
| Day 5: ??? |   |   |
| Day 6: ??? |   |   |
| Day 7: ??? |   |   |
| Day 8: ??? |   |   |
| Day 9: ??? |   |   |
| Day 10: ??? |   |   |
| Day 11: ??? |   |   |
| Day 12: ??? |   |   |
| Day 13: ??? |   |   |
| Day 14: ??? |   |   |
| Day 15: ??? |   |   |
| Day 16: ??? |   |   |
| Day 17: ??? |   |   |
| Day 18: ??? |   |   |
| Day 19: ??? |   |   |
| Day 20: ??? |   |   |
| Day 21: ??? |   |   |
| Day 22: ??? |   |   |
| Day 23: ??? |   |   |
| Day 24: ??? |   |   |
| Day 25: ??? |   |   |


[^aoc]:
    [Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015.
    Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-four days.
    You can solve the puzzle and provide an answer using the language of your choice.

[aoc]: https://adventofcode.com
[github]: https://github.com/tchojnacki
[template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template