(ns bar
  (:require foo))

(defn yup [x]
  (println (foo/surround x)))

(yup "TOTALLY")
