summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x024.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/024.pl b/024.pl
new file mode 100755
index 0000000..5feec60
--- /dev/null
+++ b/024.pl
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+use strict;
+use warnings;
+use Games::Word;
+
+print Games::Word::_permutation('0123456789', 999999), "\n";
+