dda-masto-embed/src/main/dda/masto_embed/app.cljs

10 lines
111 B
Text
Raw Normal View History

2020-04-24 09:24:09 +00:00
(ns dda.masto-embed.app)
2020-04-24 12:42:30 +00:00
(defn add-one [a]
(+ a 1))
2020-04-24 09:24:09 +00:00
(defn init
""
[]
(println "xx")
"Hello world!")