using System;
namespace Lesson01
{
class Program
static void main(string[] args)
Console.WriteLine("Hello, World! This is my first C# program");
}