Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created January 28, 2014 16:22
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 jnthn/907707cbb2e2768f1dc7 to your computer and use it in GitHub Desktop.
Save jnthn/907707cbb2e2768f1dc7 to your computer and use it in GitHub Desktop.
C:\consulting\rakudo-moar>perl6-m -I.
> use Euler
Nil
> gen_perms([1..6])
1 2 1 3 1 4 1 5 1 6 2 1 2 3 2 4 2 5 2 6 3 1 3 2 3 4 3 5 3 6 4 1 4 2 4 3 4
5 4 6 5 1 5 2 5 3 5 4 5 6 6 1 6 2 6 3 6 4 6 5
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment