using System;
class Program
{
static void Main()
{ Console.WriteLine("This is the inital code for C#") ;
}