mirror of
https://github.com/penpot/penpot.git
synced 2025-01-27 00:49:28 -05:00
6 lines
61 B
Text
6 lines
61 B
Text
|
(ns cljs.user)
|
||
|
|
||
|
(defn hello
|
||
|
[]
|
||
|
(js/console.log "hello"))
|