0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-27 00:49:28 -05:00
penpot/frontend/dev/cljs/user.cljs

6 lines
61 B
Text
Raw Normal View History

(ns cljs.user)
(defn hello
[]
(js/console.log "hello"))