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