Skip to content

Instantly share code, notes, and snippets.

@joshuathayer
Created April 11, 2013 16:12
Show Gist options
  • Save joshuathayer/5364756 to your computer and use it in GitHub Desktop.
Save joshuathayer/5364756 to your computer and use it in GitHub Desktop.
(defn foo []
(println (+ 1 2))
(println (+ 2 3))
(+ 5 6))
(foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment