Skip to content

Instantly share code, notes, and snippets.

@aleksandersumowski
Created October 15, 2017 20:43
Show Gist options
  • Save aleksandersumowski/2b81c9f3c7ac9556d13770a43228cc2c to your computer and use it in GitHub Desktop.
Save aleksandersumowski/2b81c9f3c7ac9556d13770a43228cc2c to your computer and use it in GitHub Desktop.
tap
(defn tap [msg in]
(println msg in)
in)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment