public static void Main()
Console.Write("Hey Kristin, wie gehts");
Console.WriteLine("? =D");
Console.WriteLine("Ich wollte Mal Fragen was macht jem.");
private void SomeDotPrinting(int countOfDots, int timeInBetween)
for(int i = 0; i < countOfDots; i++)
Thread.Sleep(timeInBetween);