Skip to content

Instantly share code, notes, and snippets.

@SophieDeBenedetto
Created December 7, 2020 21:35
Show Gist options
  • Select an option

  • Save SophieDeBenedetto/aa2122ff718b91af61b4acccf2fe3e60 to your computer and use it in GitHub Desktop.

Select an option

Save SophieDeBenedetto/aa2122ff718b91af61b4acccf2fe3e60 to your computer and use it in GitHub Desktop.
defp get_two([first | [_second | rest]]) do
get_two([first | rest])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment