added to the creating-fuctions sheet
This commit is contained in:
4
script/run.clj
Normal file
4
script/run.clj
Normal file
@@ -0,0 +1,4 @@
|
||||
(load "path_to_enlightenment")
|
||||
(do
|
||||
(in-ns 'path-to-enlightenment)
|
||||
(run))
|
4
script/test.clj
Normal file
4
script/test.clj
Normal file
@@ -0,0 +1,4 @@
|
||||
(load "path_to_answer_sheet")
|
||||
(do
|
||||
(in-ns 'path-to-answer-sheet)
|
||||
(run))
|
Reference in New Issue
Block a user