aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2023-12-09 22:48:51 +0000
committerAlexandre Jesus <adbjesus@gmail.com>2023-12-09 22:48:51 +0000
commitc319937f84f2a57897db1fdbfff9112d5e3d4200 (patch)
tree1a1364303ea61101e24b7b7fdf418e13311a0b6f
parentd9934b4453342631ca34bcf501674ef9c32c9247 (diff)
downloadaoc2023-c319937f84f2a57897db1fdbfff9112d5e3d4200.tar.gz
aoc2023-c319937f84f2a57897db1fdbfff9112d5e3d4200.zip
Add README disclaimer
-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.