Last active
July 17, 2017 12:19
-
-
Save ioRekz/8866456b8459521482cc0c6610592d19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defn hello [name] | |
(str "Hello " name " !")) | |
(set! | |
(.-innerHTML js/klipse-container) | |
(str "<div>" (hello "World") "</div>")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment