public static void Test(){ int[] a = {1,2,3,4,5,3,2,1}; var li = new LonelyInteger(); Console.WriteLine(li.Find(a)); }
public LonelyIntegerTest() { lonelyInteger = new LonelyInteger(); }