projects
/
clnl
/ blob
725e8c2c2e0d9e2b5ecc9e6b4bba2af719d00626
[clnl]
/
bin
/
run.lisp
1
(require 'asdf)
2
(setf asdf:*central-registry* (list #p"deps/"))
3
(asdf:load-system :clnl)
4
(clnl:run)