static void Main(string[] args) { Aaagmnrs x = new Aaagmnrs(); string[] a = { "s", "t" }; Console.WriteLine(x.anagrams(a)); Console.ReadLine(); }