From c5b4c44b3b07816d62482b395bd74f64225a8dc2 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Sun, 3 Dec 2023 13:39:12 -0800 Subject: [PATCH] Add readme --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..5eb532c --- /dev/null +++ b/README.org @@ -0,0 +1,9 @@ +#+TITLE: Advent of Code + +#+BEGIN_QUOTE +My [[https://adventofcode.com/][Advent of Code]] solutions. +#+END_QUOTE + +Do not expect any form of consistency or maintainability from the files +contained within this repository, just that they managed to get the right +answers for me.