public static void Main()
Console.WriteLine("Enter two text");
Console.WriteLine("first text");
string text=Console.ReadLine();
Console.WriteLine("second text");
string text2=Console.ReadLine();
Console.WriteLine("Text 1 longer than text 2");
Console.WriteLine("Text 2 longer than text 1");