diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0f6df5 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Advent of Code 2018 + +My Common Lisp (using [SBCL](http://sbcl.org/)) solutions for the [Advent of Code challenges from 2018](https://adventofcode.com/2018). Depends on my [helper library](https://github.com/abraemer/AoC-Util "AoC-Util"). + +# License + +MIT