static void Main(string[] args) { ListeningIn x = new ListeningIn(); Console.WriteLine(x.probableMatch("cptr", "capture")); Console.ReadLine(); }