using System;
public class Program
{
public static void Main()
for (int i=0; i< 50; i++)
Console.WriteLine("Hello Aswhin!, I Love You!your the best in the world");
}