mykatas/clojure/fundament/1_hello_word.clj

5 lines
115 B
Clojure

(ns hello-world)
;; name params body
;; ----- ------ --------------
(defn greet [ ] "hello world!")