I JustWriteTheCode of the solution to the "Lonely Integer" problem present on HackerRank (1 Week Preparation Kit - Day 2).
Programming Language: C++.
Problem: Given an array of integers, where all elements but one occur twice, find the unique element.