public static void Main()
Console.WriteLine("Hello World");
private string Zip(string s)
char[] temp = s.ToCharArray();
string result = string.Empty;
for(int i = 0; i < temp.Length; ++i)
if(temp[nextIndex] != curChar && nextIndex <= temp.Length)
int charsCount = i - firstIndex;
result += charsCount + curChar;