using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello.");
Console.WriteLine("There isn't much here to look at.");
}