using System; class prog { static void Main() { Console.WriteLine("Első sor\nMásodik sor"); } }