summary refs log tree commit diff stats
path: root/clojure/two-fer/src/two_fer.clj
blob: ab89be3c1696e1614aefb172c5d9529488fd4015 (plain) (blame)
1
2
3
4
5
(ns two-fer)

(defn two-fer [name] ;; <- arglist goes here
  ;; your code goes here
)