update build

This commit is contained in:
Michiel Borkent 2022-05-17 21:20:57 +02:00
parent e94cc93f4a
commit c80b3d9cab
7 changed files with 657 additions and 570 deletions

View file

@ -0,0 +1,15 @@
(ns nrepl-playground)
(+ 1 2 3)
(->
(js/document.getElementsByTagName "body")
first
(.append
(doto (js/document.createElement "p")
(.append
(js/document.createTextNode "there")))))
(defn foo [])
(js/alert "Isn't this cool? :)")