public static void Main()
bool unicornsExist = true;
bool dragonsExist = true;
bool giantSpidersExist = false;
Console.WriteLine("Unicorns exist, yay!");
Console.WriteLine("Unicorns do not exist, how tragic... :(");
Console.WriteLine("Dragons exist, and they breathe fire!");
Console.WriteLine("Dragons do not exist... Too bad...");
Console.WriteLine("Eww, giant spiders exist! Quick, escape on the unicorn!");
Console.WriteLine("Eww, giant spiders exist! RUN FOR YOUR LIVES!");
Console.WriteLine("Giant spiders do not exist. Good...");