Skip to content

Instantly share code, notes, and snippets.

@david-mcneil
Created July 3, 2010 14:06
Show Gist options
  • Save david-mcneil/462600 to your computer and use it in GitHub Desktop.
Save david-mcneil/462600 to your computer and use it in GitHub Desktop.
(pprint (new-rocket-car {:color "Blue" :fuel 100 :name "Zoomer"}))
;; -> "(new-rocket-car {:color "Blue", :fuel 100, :name "Zoomer"})\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment