feat(clojure/fund): add hello world
This commit is contained in:
parent
b46fa3cde2
commit
9c56b92632
1 changed files with 5 additions and 0 deletions
5
clojure/fundament/1_hello_word.clj
Normal file
5
clojure/fundament/1_hello_word.clj
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
(ns hello-world)
|
||||||
|
|
||||||
|
;; name params body
|
||||||
|
;; ----- ------ --------------
|
||||||
|
(defn greet [ ] "hello world!")
|
Loading…
Reference in a new issue