(ns cljs.user)

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