Skip to content

Instantly share code, notes, and snippets.

@plioi
Created October 21, 2013 19:17
Show Gist options
  • Save plioi/7089325 to your computer and use it in GitHub Desktop.
Save plioi/7089325 to your computer and use it in GitHub Desktop.
public void EvilTest()
{
Console.WriteLine("All is well.");
var blackHole = new StringWriter();
Console.SetOut(blackHole);
Console.WriteLine("Muwahahaha!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment