From 5759924ba802da225918615478449c819eece6ba Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 1 Dec 2024 08:20:19 +0100 Subject: [PATCH] Added 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..7ddde5c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Advent of Rust 2024 + +A few of the solutions for [Advent of Code 2024](https://adventofcode.com/2024) in Rust. \ No newline at end of file