public static void Main()
Console.WriteLine("Press enter to continue when there is 3 dots like this");
Console.WriteLine("...");
Console.WriteLine("tik tok tik tok");
Console.WriteLine("The same ticking sound everyday I come here...");
Console.WriteLine("...");
Console.WriteLine("5 minutes before I go home");
Console.WriteLine("...");
Console.WriteLine("press any number for the option:");
Console.WriteLine("1. eat 1 half of a hamburger");
Console.WriteLine("2. put your items away");
Console.WriteLine("3. grab a butcher knife");
int option1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("(you eat and somewhat feel better)");
Console.WriteLine("You start packing up and you get tired)");
Console.WriteLine("(You grab a knife, just in case)");