//Output
//
//Print the below pattern for given N = 5
// *
// * *
// * * *
// * * * *
// * * * * *
using System;
public class Program
{
public static void Main()
Console.Write("Hello");
}