using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello people of earth");
for (int i = 0; i < 10; i++)
Console.WriteLine(i);
}
Console.WriteLine("This is the end");
Console.WriteLine("My only friend, the end");