/aoc-cl

Advent of Code with Common Lisp

Primary LanguageCommon Lisp

AOC-CL

Advent of code with Common Lisp.

Requirement: Quicklisp

Clone the repo into one of Quicklisp's default searching directories: ~/common-lisp, ~/.local/share/common-lisp/source/ or ~/quicklisp/local-projects, then (ql:quickload "aoc").

Refer