using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello wolrd");
int[] miArreglo = new int[5];
for(int i = 0 ; i < miArreglo.Length ; i++)
miArreglo[i] = i;
}
for(int i=0; i < miArreglo.Length; i++);
Console.WriteLine(miArreglo[miArreglo.Length - 1 - i]);