diff options
| author | Stephen Lynn <bizlsg@localhost.localdomain> | 2022-07-08 21:52:24 +0800 |
|---|---|---|
| committer | Stephen Lynn <bizlsg@localhost.localdomain> | 2022-07-08 21:52:24 +0800 |
| commit | 69d70a478d5b89e60bddab549734d3aecfdaf7ee (patch) | |
| tree | 78a1ce492d298e2169ac3471effe9a5377ea7c92 | |
| parent | a2d6bb276687ff2c710f7502d45ed0beefe14431 (diff) | |
| download | perlweeklychallenge-club-69d70a478d5b89e60bddab549734d3aecfdaf7ee.tar.gz perlweeklychallenge-club-69d70a478d5b89e60bddab549734d3aecfdaf7ee.tar.bz2 perlweeklychallenge-club-69d70a478d5b89e60bddab549734d3aecfdaf7ee.zip | |
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 |
