diff options
| -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 |
