📎 Minor changes on dev tools.

This commit is contained in:
Andrey Antukh 2021-12-27 09:30:58 +01:00
parent 5c6d72b353
commit 4bc2d7444d
5 changed files with 16 additions and 124 deletions

View file

@ -0,0 +1,5 @@
(ns cljs.user)
(defn hello
[]
(js/console.log "hello"))