066b1441b2
While this is most likely incomplete or even erroneous, I'd like to start supporting Clojure in this repository.
8 lines
118 B
Clojure
8 lines
118 B
Clojure
(ns ^{:doc "Top-level module."
|
|
:author "William Carroll"}
|
|
main)
|
|
|
|
(declare main)
|
|
|
|
(defn foo [a b]
|
|
(+ a b))
|