Two Sum
Challenge
Given an array of integers nums and an integer target, return true if two numbers such that they add up to target.
Given an array of integers nums and an integer target, return true if two numbers such that they add up to target.