public static void Main()
var random = new Random();
Console.WriteLine("Checking options...");
Console.WriteLine("Thinking about starting with the essay...");
Console.WriteLine("Thinking about having a chill day and not starting with the essay...");
var outcome = random.Next(0, 2);
Console.WriteLine("Good luck writing your essay, at least you'll have some free time later as you'd already be done! :)");
Console.WriteLine("Seems like today is not the day to write an essay, it's time to chill! :)");