Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created January 9, 2015 02:26
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 pengwynn/7a18251e74a551cada87 to your computer and use it in GitHub Desktop.
Save pengwynn/7a18251e74a551cada87 to your computer and use it in GitHub Desktop.
Ghetto heredoc
message = "Hello there, wayfaring stranger. If you're reading this then " \
"you probably didn't see our blog post a couple of years " \
"back announcing that this API would go away: http://git.io/17AROg " \
"Fear not, you should be able to get what you need from the shiny new " \
"Events API instead."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment