public static void Main()
decimal testDec = (decimal)0.00;
Console.WriteLine(testDec.ToString());
Console.WriteLine("This works");
Console.WriteLine("So does this");
Console.WriteLine("I won't show up!");
Console.WriteLine("This does not anymore, though");