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