Skip to content

Instantly share code, notes, and snippets.

@SophieDeBenedetto
Created December 7, 2020 21:53
Show Gist options
  • Save SophieDeBenedetto/5efeb532be248d2761de9c1c9d3b4514 to your computer and use it in GitHub Desktop.
Save SophieDeBenedetto/5efeb532be248d2761de9c1c9d3b4514 to your computer and use it in GitHub Desktop.
defp get_two([first | [second | _rest]])
when equals_twenty_twenty(first, second) do
first * second
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment