tvl-depot/boilerplate/clojure/src/main.clj

9 lines
118 B
Clojure
Raw Normal View History

(ns ^{:doc "Top-level module."
:author "William Carroll"}
main)
(declare main)
(defn foo [a b]
(+ a b))