using ABCNET.Utils;
using ABCNET.Extensions;
public static class Program
{
public static void Main()
Arr.New(1, 3, 2).Println();
}