Lonely Integer

  • + 0 comments

    c# linq

    return a.Select(x=>x).Where(y=>a.Where(x=>x == y).Count() == 1).First();