using System;
class Program
{
static void Main()
Console.WriteLine("Why did the programmer stay up until midnight on New Year's Eve?");
Console.WriteLine("To see the year 2023 turn into 2024 and catch the exception!");
}