[#15] Add println
This commit is contained in:
parent
4cb8e16daf
commit
595d4d3ead
5 changed files with 79 additions and 8 deletions
4
src/scittle/impl/common.cljs
Normal file
4
src/scittle/impl/common.cljs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(ns scittle.impl.common
|
||||
(:require [sci.core :as sci]))
|
||||
|
||||
(def cljns (sci/create-ns 'clojure.core nil))
|
||||
Loading…
Add table
Add a link
Reference in a new issue