using System;
public class Program
{
public static void Main()
string gay = "mathias gey";
foreach (var item in gay)
Console.WriteLine(item);
}