Last active
September 21, 2017 14:51
-
-
Save discostu105/18e8cea5f23af72858d6a08027f617ea to your computer and use it in GitHub Desktop.
Weird try.dot.net behavior
This file contains 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
using System; | |
public class Program | |
{ | |
public static void Main(params object[] args) | |
{ | |
Console.WriteLine("Hello Wau!"); | |
throw new Exception("wuhuu"); | |
Console.Write("asdf"); | |
Console.Error.Write("Err"); | |
} | |
} | |
Program.Main(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment