浏览代码

Make hello-clojure `(use)`-able.

Lucas Stadler 13 年之前
父节点
当前提交
af7d838eef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      clj/hello-clojure.clj

+ 1 - 1
clj/hello-clojure.clj

@ -179,7 +179,7 @@
179 179
          (repeatedly #(read file false nil)))))))
180 180
181 181
(def hello-forms
182
  (let [forms (read-file "/home/lu/k/lp/clj/hello-clojure.clj")]
182
  (let [forms (read-file "/home/lu/k/lp/clj/hello_clojure.clj")]
183 183
  { :number-of-forms (count forms)
184 184
    :forms forms }))
185 185
hello-forms