aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..edf08ea
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Advent of Code
+Repository storing my solutions to Advent of Code. See other people's solutions [here][awesome].
+
+> [Advent of Code][aoc] is an Advent calendar of small programming puzzles for a variety of skill sets and skill
+> levels that can be solved in any programming language you like. People use them as a speed contest, interview
+> prep, company training, university coursework, practice problems, or to challenge each other.
+
+## [2021](2021-kotlin)
+![Kotlin](https://img.shields.io/badge/Kotlin-grey?logo=Kotlin)
+![39 stars](https://img.shields.io/badge/🌟%20stars-39/50-orange)
+![20 days](https://img.shields.io/badge/📅%20days-20/25-blue)
+
+[aoc]: https://adventofcode.com
+
+[awesome]: https://github.com/Bogdanp/awesome-advent-of-code