Skip to content

Instantly share code, notes, and snippets.

@elbrujohalcon
Created August 23, 2019 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elbrujohalcon/3eeff99b1103a9c95ed87cb7ce5586df to your computer and use it in GitHub Desktop.
Save elbrujohalcon/3eeff99b1103a9c95ed87cb7ce5586df to your computer and use it in GitHub Desktop.
-module joe.
-export [test/0].
test() ->
[[]] = joe:perms(""),
["a"] = joe:perms("a"),
["ab", "ba"] = joe:perms("ab"),
["ba", "ab"] = joe:perms("ba"),
["123","132","213","231","312","321"] = joe:perms("123"),
ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment