summaryrefslogtreecommitdiffstats
path: root/024.pl
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-14 22:52:30 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-14 22:52:30 -0500
commite842d56b1c2f88da726c011dd659f92d5c5712d2 (patch)
treebc8afbcd2d256e3768a11cc7189330794b2191ac /024.pl
parent0168c09471c0fb72a38ce50cb4a07973d41c653c (diff)
downloadprojecteuler-e842d56b1c2f88da726c011dd659f92d5c5712d2.tar.gz
projecteuler-e842d56b1c2f88da726c011dd659f92d5c5712d2.zip
heh, i love it when i've already written the code (24)
Diffstat (limited to '024.pl')
-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";
+