Using TDD create a exchange system where it retrieves the minimun number of notes for an exchange given a amount
Eg: $230 exchange should have notes ($100 * 2 | $30 * 1 | $10 * 1) disregarding non int amounts
$ pnpm migrate
$ pnpm generate
$ pnpm dev
$ pnpm test