using System;
public class Program
{
public static void Main()
Console.WriteLine("This is the 1st line\nThis is the 2nd line\nAnd this is the 3rd line");
}