using System;
public class Program
{
public static void Main()
Console.WriteLine("Hi my name is Josh and this is my program");
}