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

(defn two-fer
  ([] (two-fer "you"))
  ([name] (str "One for " name ", one for me.")))