Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 260 Bytes

README.org

File metadata and controls

20 lines (14 loc) · 260 Bytes

CL-Hello

Usage

Installation

Development

Load into REPL

$ sbcl
> (push #p"/path/to/cl-hello/" asdf:*central-registry*)
> (ql:quickload :cl-hello)

Unit tests

(asdf:test-system :cl-hello)