added to the creating-fuctions sheet

This commit is contained in:
Micah
2010-11-16 22:23:33 -06:00
parent d9f7e636ab
commit b55332f4a8
6 changed files with 53 additions and 13 deletions

4
script/run.clj Normal file
View File

@@ -0,0 +1,4 @@
(load "path_to_enlightenment")
(do
(in-ns 'path-to-enlightenment)
(run))

4
script/test.clj Normal file
View File

@@ -0,0 +1,4 @@
(load "path_to_answer_sheet")
(do
(in-ns 'path-to-answer-sheet)
(run))