# 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 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.