summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b58df8..8419ebb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
# aoc2023
This repository contains my code for the Advent of Code 2023. This
-year I have decided to use Common LISP. I am using the SBCL compiler
+year I have decided to use Common Lisp. I am using the SBCL compiler
and no external libraries.
+### Disclaimer
+
+This is my first time using Lisp (besides basic configuration in
+Emacs) so expect the code to be a bit messy and to not necessarily
+follow best practices.