using System;
public class Program
{
public static void Main()
for (int counter = 1; counter < 11 ; counter++) {
Console.WriteLine (counter);
}