using System;
class Program
{
static void Main()
//Console.WriteLine("Well Done!");
Console.WriteLine("Well Done!");
//Console.WriteLine("You have commented out all the lines with errors!");
/* Console.WriteLine("You have commented out all the lines with errors!");
//Console.WriteLine("Now the applicaiton will run correctly,");
Console.WriteLine("Now the applicaiton will run correctly,"); */
//Console.WriteLine("and display all the text in the console");
Console.WriteLine("and display all the text in the console");
//Console.WriteLine("This demonstrates your ability to used comments,");
Console.WriteLine("This demonstrates your ability to used comments,");
//Console.WriteLine("for debugging purposes.");
Console.WriteLine("for debugging purposes.");
}