diff options
| author | Conor Hoekstra <codereport@outlook.com> | 2022-06-21 21:31:08 -0400 |
|---|---|---|
| committer | Conor Hoekstra <codereport@outlook.com> | 2022-06-21 21:31:08 -0400 |
| commit | 94d55ec8a74baf7420d3e68347d72851f657357f (patch) | |
| tree | 6f1fdab7dffa6e1834b55fe04102aa5ac855ed1e | |
| parent | 628b84fd9140a48057b8c9cb7d84485c559e8ae8 (diff) | |
| download | perlweeklychallenge-club-94d55ec8a74baf7420d3e68347d72851f657357f.tar.gz perlweeklychallenge-club-94d55ec8a74baf7420d3e68347d72851f657357f.tar.bz2 perlweeklychallenge-club-94d55ec8a74baf7420d3e68347d72851f657357f.zip | |
Small fix
| -rw-r--r-- | challenge-170/conor-hoekstra/ch-1.apl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-170/conor-hoekstra/ch-1.apl b/challenge-170/conor-hoekstra/ch-1.apl index 2ec18a51f9..eecdc58575 100644 --- a/challenge-170/conor-hoekstra/ch-1.apl +++ b/challenge-170/conor-hoekstra/ch-1.apl @@ -1,7 +1,7 @@ ⍝ Solution using dfns.pco )load dfns - ×\1, pco ⍳10 -1 2 6 30 210 2310 30030 510510 9699690 223092870 6469693230 + ×\1, pco ⍳9 +1 2 6 30 210 2310 30030 510510 9699690 223092870 ⍝ Solution not using dfns.pco isPrime ← 2≥(≢∘∪⍳∨⊢) |
