diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-03-17 18:36:27 +0100 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2023-03-23 18:03:42 +0100 |
| commit | 7b58028617f2e201051360ffe6d2a99e016fa8ea (patch) | |
| tree | a1793707c65c3c1a7a8a327665bf56a859ce9e0b | |
| parent | 523063856f46735c0f0ea477b9cf73a7aa450807 (diff) | |
| download | perlweeklychallenge-club-7b58028617f2e201051360ffe6d2a99e016fa8ea.tar.gz perlweeklychallenge-club-7b58028617f2e201051360ffe6d2a99e016fa8ea.tar.bz2 perlweeklychallenge-club-7b58028617f2e201051360ffe6d2a99e016fa8ea.zip | |
Challenge 023 task 2
| -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 |
