4 lines
76 B
Clojure
4 lines
76 B
Clojure
|
(load "path_to_enlightenment")
|
||
|
(do
|
||
|
(in-ns 'path-to-enlightenment)
|
||
|
(run))
|