using System;
public class Program
{
public static void Main()
var text = string.Empty;
text += "Test123";
Console.WriteLine(text);
}