Skip to content

Instantly share code, notes, and snippets.

@kevingosse
Created February 1, 2019 12:38
Show Gist options
  • Save kevingosse/6dcaf4a2db12a4d4076d987b0b0ddd86 to your computer and use it in GitHub Desktop.
Save kevingosse/6dcaf4a2db12a4d4076d987b0b0ddd86 to your computer and use it in GitHub Desktop.
internal class StartupHook
{
public static void Initialize()
{
Console.SetOut(new InvertedTextWriter(Console.Out));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment