Two Sum

Return two numbers that add to target.

Input: [2,7,11,15], target=9

Output: [2,7]

Code Editor

Loading...
Console Output
👉 full-stack-web-development