From 69d70a478d5b89e60bddab549734d3aecfdaf7ee Mon Sep 17 00:00:00 2001 From: Stephen Lynn Date: Fri, 8 Jul 2022 21:52:24 +0800 Subject: blog and caveat in README --- challenge-172/steve-g-lynn/README | 2 ++ challenge-172/steve-g-lynn/blog.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 challenge-172/steve-g-lynn/blog.txt 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 -- cgit