public static void Main()
Console.WriteLine("Hello! what is your name?");
System.Threading.Thread.Sleep(0500);
string name = Console.ReadLine();
Console.WriteLine("Hello there {0}! I'm HOTPINK! I am just made of C# code -.-", name);
System.Threading.Thread.Sleep(0500);
Console.WriteLine("What are you made of?");
string undyne = Console.ReadLine();
System.Threading.Thread.Sleep(0500);
Console.WriteLine("{0}? Cool! My code is written by David! It's called 'C#'!", undyne);
System.Threading.Thread.Sleep(0500);
Console.WriteLine("Can you answer me a question? What is 2+2?");
string scoop = Console.ReadLine();
System.Threading.Thread.Sleep(0500);
Console.WriteLine("Ok thanks! I'll remember that for my math quiz tommorrow ;3");
System.Threading.Thread.Sleep(1000);