Просмотр исходного кода

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

Lucas Stadler лет назад: 13
Родитель
Сommit
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