mirror of
https://github.com/penpot/penpot.git
synced 2026-03-03 00:33:44 +00:00
6 lines
61 B
Clojure
6 lines
61 B
Clojure
(ns cljs.user)
|
|
|
|
(defn hello
|
|
[]
|
|
(js/console.log "hello"))
|