using ABCNET.Utils;
using ABCNET.Extensions;
public static class Program
{
public static void Main()
Arr.Gen(10, i => i * 2).Println();
}