Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created December 9, 2011 03:10
Show Gist options
  • Save timheuer/1449976 to your computer and use it in GitHub Desktop.
Save timheuer/1449976 to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
string foo = string.Format("foo{0}", "bar");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment