using System;
public class Program
{
public static void Main()
var array = new int[] { 1, 2, 3, 4, 5 };
Console.WriteLine("{0}", array[0..0][0]);
}