Empresa engajada
You are given an array of integers, and your task is to write a function that finds the two numbers in the array that add up to a specific target sum. If there are multiple pairs that add up to the target sum, return any one of them. If no such pair exists, return an empty array.