using System.Collections.Generic;
public static void Main()
Console.WriteLine("Hello World");
DoTheJob("Welcome to the wild west");
internal static void DoTheJob(string str)
Dictionary<char, int> ccs = new Dictionary<char, int>();
if (!ccs.ContainsKey(ch))
Console.WriteLine("{0} - {1}", ch.Key, ch.Value);