static char GetFirst(string input)
var arr = input.AsEnumerable().ToArray();
int strLen = input.Length;
for(int i = 0; i < strLen; i++)
for(int j = 0; j < strLen; j++)
public static void Main()
Console.WriteLine("Hello World");
char ch = GetFirst("aabdced");