using System; class Program01 { public static void Main() { Console.WriteLine("Hi"); } }