projects
/
clnl
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rename to clnl, add documentation
[clnl]
/
bin
/
run.lisp
1
(require 'asdf)
2
(setf asdf:*central-registry* (list #p"deps/"))
3
(asdf:load-system :clnl)
4
(clnl:run)