Skip to content

Instantly share code, notes, and snippets.

@phillip-haydon
Created November 28, 2013 01:10
Show Gist options
  • Save phillip-haydon/7685812 to your computer and use it in GitHub Desktop.
Save phillip-haydon/7685812 to your computer and use it in GitHub Desktop.
//Wont work
var thing = @"Value=One
Value=Two";
//Will work
var thing = "Value=One\nValue=Two"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment