# Coin combo Puzzle from the [rendezvous with cassidoo](https://buttondown.email/cassidoo/archive/dont-get-bitter-just-get-better-alyssa-edwards/) newsletter from June 6th, 2022. > Given an int array coins and an int amount, return an array of coins that add up to amount (and an empty array if it’s an impossible combination). Solution posted at https://gist.github.com/zoeisnowooze/a15af326ab0eda197ed5c93e93d90926