From fd789b11517d16d1368cd44f36ffeeb7e44e6ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:32:42 +0100 Subject: [PATCH] add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..54402a6 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Advent of Code 2023 + +![Advent of Code Logo](https://adventofcode.com/favicon.png) + +This repository contains my solutions to the [Advent of Code](https://adventofcode.com/) challenges for the year of 2023. + +## About Advent of Code + +[Advent of Code](https://adventofcode.com/) is a series of coding challenges that take place during the month of December. Each day, a new challenge is released, and participants solve it using their programming skills. The challenges cover a wide range of topics, including algorithms, data structures, and problem-solving.