Ejemplo n.º 1
0
        public void TestLonelyInteger(int[] arr, int expected)
        {
            var result = lonelyInteger.LonelyInteger1(arr);

            Assert.Equal(expected, result);
        }