mirror of
https://github.com/penpot/penpot.git
synced 2025-05-01 09:46:20 +02:00
5 lines
61 B
Clojure
5 lines
61 B
Clojure
(ns cljs.user)
|
|
|
|
(defn hello
|
|
[]
|
|
(js/console.log "hello"))
|