diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2022-01-03 21:27:03 +0100 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2022-01-03 21:27:03 +0100 |
| commit | ca4059c3dcaf7576cd3c05733c1401f869d35bdb (patch) | |
| tree | c31c81f7cebca134bf49b14dd918cec96c9a3525 | |
| parent | 41f8dae6667e8b4215b9f2507d7a2e14236890b9 (diff) | |
| download | perlweeklychallenge-club-ca4059c3dcaf7576cd3c05733c1401f869d35bdb.tar.gz perlweeklychallenge-club-ca4059c3dcaf7576cd3c05733c1401f869d35bdb.tar.bz2 perlweeklychallenge-club-ca4059c3dcaf7576cd3c05733c1401f869d35bdb.zip | |
Solution to challenge 146
| -rwxr-xr-x | challenge-146/jo-37/perl/ch-1.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-146/jo-37/perl/ch-1.sh b/challenge-146/jo-37/perl/ch-1.sh new file mode 100755 index 0000000000..fe188b0db3 --- /dev/null +++ b/challenge-146/jo-37/perl/ch-1.sh @@ -0,0 +1,2 @@ +#!/bin/sh +perl -MMath::Prime::Util=:all -E 'say nth_prime(10001)' |
