From ad5a08a4c86237b9fabaee78ce8fe48a93570dd1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 13 Dec 2021 21:14:55 +0000 Subject: Add README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2cab58 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Advent of Code 2021 + +These are the solutions to the [advent of code](https://adventofcode.com/2021) from 2021. -- cgit