Support //boilerplate/clojure
While this is most likely incomplete or even erroneous, I'd like to start supporting Clojure in this repository.
This commit is contained in:
parent
7a7c29d46c
commit
066b1441b2
6 changed files with 57 additions and 0 deletions
8
boilerplate/clojure/src/main.clj
Normal file
8
boilerplate/clojure/src/main.clj
Normal file
|
@ -0,0 +1,8 @@
|
|||
(ns ^{:doc "Top-level module."
|
||||
:author "William Carroll"}
|
||||
main)
|
||||
|
||||
(declare main)
|
||||
|
||||
(defn foo [a b]
|
||||
(+ a b))
|
Loading…
Add table
Add a link
Reference in a new issue