diff options
Diffstat (limited 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)' |
