From 483d58efd74eed192f958f94a767035d20ffb747 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 3 Dec 2024 14:20:35 +0200 Subject: [PATCH] docs: add README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3b2e49 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# aoc2024 + +My solutions in their rawest form. They were made to just get the answer and do +no more. They are messy, the performance is probably poor, there is obviously no +error handling (or well yeah anyhow to just... anyhow), etc, etc. -- 2.44.1