Skip to content

Instantly share code, notes, and snippets.

@mmiszy
Created November 17, 2014 23:29
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 mmiszy/51b4b7f68071cd249473 to your computer and use it in GitHub Desktop.
Save mmiszy/51b4b7f68071cd249473 to your computer and use it in GitHub Desktop.
if (x == 2)
{
auto y = new List<int>();
}
// latwo taki blok zamienić na fragment, który wykonuje się zawsze,
// poprzez zakomentowanie tylko jednej linijki:
//if (x == 2)
{
auto y = new List<int>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment