Skip to content

Instantly share code, notes, and snippets.

@wende
Created July 29, 2015 15:54
Show Gist options
  • Save wende/1df33c444fa0e99eba65 to your computer and use it in GitHub Desktop.
Save wende/1df33c444fa0e99eba65 to your computer and use it in GitHub Desktop.
znajdz_3 ( [A, A, A | Rest] = T) -> T
znajdz_3 ( [ _ | Rest] ) -> znajdz_3 ( Rest )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment