aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/t06.cljs
diff options
context:
space:
mode:
Diffstat (limited to 'clojurescript/t06.cljs')
-rw-r--r--clojurescript/t06.cljs8
1 files changed, 0 insertions, 8 deletions
diff --git a/clojurescript/t06.cljs b/clojurescript/t06.cljs
deleted file mode 100644
index bfb06e8a..00000000
--- a/clojurescript/t06.cljs
+++ /dev/null
@@ -1,8 +0,0 @@
-(ns test)
-(defn setText [])
-
-(prn :yo)
-(prn (-> clojure .print-method .methodTable))
-(prn (JQuery "#nice"))
-(prn (.ready ($ document) test/setText))
-(prn (+ 1 2 3 4))