public static void Main()
Random fortune = new Random();
switch(fortune.Next(1,11))
Console.WriteLine("Already infinite dashing like a pro!");
Console.WriteLine("Fallout New Vegas is bad");
Console.WriteLine("Fallout 3 is bad");
Console.WriteLine("Fallout 76 is the best");
Console.WriteLine("Fallout 3 is the best");
Console.WriteLine("fallout New Vegas is the best");
Console.WriteLine("fallout 76 is bad");
Console.WriteLine("fallout New Vegas is the best");
Console.WriteLine("What is Fallout?");
Console.WriteLine("Gamebryo is the best engine");
Console.WriteLine("Elder Scrolls is the worst tho");