Created
February 1, 2019 12:38
-
-
Save kevingosse/6dcaf4a2db12a4d4076d987b0b0ddd86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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