Skip to content

Instantly share code, notes, and snippets.

@MayDaniel
Created October 26, 2010 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MayDaniel/f8eeddfcbfeff60bfa08 to your computer and use it in GitHub Desktop.
Save MayDaniel/f8eeddfcbfeff60bfa08 to your computer and use it in GitHub Desktop.
user> (binding [*print-right-margin* 7] (pprint {:a 16 :b 2 :c 3}))
{:a
16,
:b 2,
:c 3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment