using ABCNET.Utils;
using ABCNET.Extensions;
public static class Program
{
public static void Main()
Tup.New(1, 3, 2, 5).PrintlnBy(x => x + 1);
}