Just a commit
This commit is contained in:
5
clojure/hello-world/src/hello_world.clj
Normal file
5
clojure/hello-world/src/hello_world.clj
Normal file
@@ -0,0 +1,5 @@
|
||||
(ns hello-world)
|
||||
|
||||
(defn hello [] ;; <- arglist goes here
|
||||
;; your code goes here
|
||||
)
|
Reference in New Issue
Block a user