Skip to content

Instantly share code, notes, and snippets.

@SophieDeBenedetto
Created December 7, 2020 21:42
Show Gist options
  • Save SophieDeBenedetto/c7eace39050cda9ce13c1e0866d7e123 to your computer and use it in GitHub Desktop.
Save SophieDeBenedetto/c7eace39050cda9ce13c1e0866d7e123 to your computer and use it in GitHub Desktop.
def product_of_equals_twenty_twenty([_head | tail] = list, _product) do
product_of_equals_twenty_twenty(tail, get_two(list))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment