Skip to content

Commit 2dcbf1c

Browse files
committed
Added dummy Clojure class and stopped compiling Clojure examples to get rxjava-clojure JAR generation unblocked
1 parent 64f433b commit 2dcbf1c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(ns rx.lang.clojure.DummyClojureClass)
2+
3+
(defn hello-world [username]
4+
(println (format "Hello, %s" username)))
5+
6+
(hello-world "world")

0 commit comments

Comments
 (0)