using System;
public class Program
{
public static void Main()
// prints True in .NET 5
Console.WriteLine("Hello".StartsWith("\u001a"));
}