FINDING PAIRS
+========+
Time: 30 minutes - 1 hour
Difficulty: Medium
Languages: Any
+========+
Given a list of integers and a target number, implement a function that finds all pairs of integers in the list that add up to the target number.
+========+
Please answer to this message with your solution :)
>>Click here to continue<<