aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-201/jo-37/perl/ch-2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge-201/jo-37/perl/ch-2.sh b/challenge-201/jo-37/perl/ch-2.sh
new file mode 100755
index 0000000000..ba66afd8c3
--- /dev/null
+++ b/challenge-201/jo-37/perl/ch-2.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Find the number of partitions
+perl -MMath::Prime::Util=:all -E 'say partitions shift' $1