using System;
// Create a function that takes two strings as parameters and returns true if they are anagrams, otherwise false
public class Program
{
public static void Main()
Console.WriteLine("nothing so far");
}