blob: 8419ebb40aac258a3e5e2f65e4f900efd4930246 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
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.
|