using ABCNET.Extensions;
namespace TestProgram
{
public static class Program
public static void Main(string[] args)
int? x = null;
x.Println();
}