Skip to content

Commit

Permalink
Add prn and println from clojure.core
Browse files Browse the repository at this point in the history
  • Loading branch information
Asko Nõmm committed Apr 27, 2022
1 parent d71d12b commit f041887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bruno/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@
'load-partial load-partial
'content content-composer
'format-date format-date}
:namespaces {'clojure.string {'split string/split}}})
:namespaces {'clojure.core {'prn prn
'println println}
'clojure.string {'split string/split}}})


(defn build-content-items!
Expand Down

0 comments on commit f041887

Please sign in to comment.