diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |