using System;
public class Program
{
public static void Main()
Test(null);
}
public static void Test(string blah)
Console.WriteLine($"X{blah}X");