using System;
public class Program
{
public static void Main()
Console.WriteLine("I have written my first computer program.");
Console.ReadLine();
}