about summary refs log tree commit diff
path: root/users/wpcarro/boilerplate/clojure/src/main.clj
blob: f6b60dba404e96b22610a94ebc5fa26d55832459 (plain) (blame)
1
2
3
4
5
6
7
8
(ns ^{:doc "Top-level module."
      :author "William Carroll"}
    main)

(declare main)

(defn foo [a b]
  (+ a b))