public static void Main()
DayOfWeek today = DateTime.Now.DayOfWeek;
Console.WriteLine($"Today is {today}.");
Console.WriteLine("Monday blue...");
case DayOfWeek.Wednesday:
Console.WriteLine("Work work work work work work...");
Console.WriteLine("Party!");
Console.WriteLine("Sleepppp");