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