diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2022-07-08 15:33:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-08 15:33:09 +0100 |
| commit | 05b22e74b7620936a466c1b6d804fde75c43798a (patch) | |
| tree | d2776fc026a74a06280c5a6860861d38531b2e55 | |
| parent | 01bca1f3aac64b8bc216ec91b27d6b7b03fca23a (diff) | |
| parent | 69d70a478d5b89e60bddab549734d3aecfdaf7ee (diff) | |
| download | perlweeklychallenge-club-05b22e74b7620936a466c1b6d804fde75c43798a.tar.gz perlweeklychallenge-club-05b22e74b7620936a466c1b6d804fde75c43798a.tar.bz2 perlweeklychallenge-club-05b22e74b7620936a466c1b6d804fde75c43798a.zip | |
Merge pull request #6404 from steve-g-lynn/branch-for-challenge-172
blog and caveat in README
| -rw-r--r-- | challenge-172/steve-g-lynn/README | 2 | ||||
| -rw-r--r-- | challenge-172/steve-g-lynn/blog.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/challenge-172/steve-g-lynn/README b/challenge-172/steve-g-lynn/README index 7c58cc8d8c..d9365e1ee9 100644 --- a/challenge-172/steve-g-lynn/README +++ b/challenge-172/steve-g-lynn/README @@ -1 +1,3 @@ Solution by Steve G Lynn + +CAVEAT: I have not quite followed the instructions for challenge 1, which require the set of primes to be distinct ("No duplicates"). My solution also finds repeated primes. diff --git a/challenge-172/steve-g-lynn/blog.txt b/challenge-172/steve-g-lynn/blog.txt new file mode 100644 index 0000000000..de82e985c3 --- /dev/null +++ b/challenge-172/steve-g-lynn/blog.txt @@ -0,0 +1 @@ +https://thiujiac.blogspot.com/2022/07/pwc-172.html |
