diff options
| -rwxr-xr-x | challenge-023/jo-37/perl/ch-2.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-023/jo-37/perl/ch-2.sh b/challenge-023/jo-37/perl/ch-2.sh new file mode 100755 index 0000000000..584ba5405c --- /dev/null +++ b/challenge-023/jo-37/perl/ch-2.sh @@ -0,0 +1,2 @@ +#!/bin/sh +perl -MMath::Prime::Util=factor -E 'say "@{[factor shift]}"' $1 |
