feat(clojure/fund): add hello world

This commit is contained in:
Dmitriy Pleshevskiy 2021-10-29 14:27:30 +03:00
parent b46fa3cde2
commit 9c56b92632
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(ns hello-world)
;; name params body
;; ----- ------ --------------
(defn greet [ ] "hello world!")