public static void Main()
string restart = "beep bap.";
Console.WriteLine("What is your name?");
string name = Console.ReadLine();
Console.WriteLine("Hello " + name + ", i hope you have a great day.");
Console.WriteLine("Press q to quit or anything else to continue.");
restart = Console.ReadLine();