aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2023-12-09 22:42:01 +0000
committerAlexandre Jesus <adbjesus@gmail.com>2023-12-09 22:42:01 +0000
commitd9934b4453342631ca34bcf501674ef9c32c9247 (patch)
tree5f4d40740eaaa8f574a370a3497436e56508ff5e
parent35d1a045681b7132b039d0da1412d1ac3c18bff0 (diff)
downloadaoc2023-d9934b4453342631ca34bcf501674ef9c32c9247.tar.gz
aoc2023-d9934b4453342631ca34bcf501674ef9c32c9247.zip
README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9b58df8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# 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.
+