Skip to content

Instantly share code, notes, and snippets.

@numan
Last active April 7, 2020 17:42
Show Gist options
  • Save numan/84779dd82f1789e7f356e671e9606a37 to your computer and use it in GitHub Desktop.
Save numan/84779dd82f1789e7f356e671e9606a37 to your computer and use it in GitHub Desktop.
add_to_21([2, 32, 11, 1, 34, 18])
[]

add_to_21([1, 23, 19, 32, 1, 20, 7, 14])
[20, 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment