static void Main(string[] args) { DNASingleMatcher x = new DNASingleMatcher(); Console.WriteLine(x.longestMatch("A", "A")); Console.ReadLine(); }