Skip to content

Instantly share code, notes, and snippets.

@jacekk
Last active August 23, 2016 20:33
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 jacekk/3c0c06993fb72e2390e7c385b3105e03 to your computer and use it in GitHub Desktop.
Save jacekk/3c0c06993fb72e2390e7c385b3105e03 to your computer and use it in GitHub Desktop.

Whip

(print (unwords (reverse ("DevDay" "<3" "Community"))))

Factor

{ "<3" "DevDay" } "Community" prefix " " join .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment