public static void Main()
Console.WriteLine("hello");
Console.WriteLine("what would you like me do?");
Console.WriteLine("sorry, I can only talk to you. I forgot to mention that.");
Console.WriteLine("so how is life?");
string Life = Console.ReadLine();
Console.WriteLine(Life + ". Okay, personaly I am doing pretty well.");