From 5e5f7eb2304b9f9f2a54c163cdd79720ea8e0892 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 5 Aug 2024 14:06:25 -0600 Subject: Circular primes implementation and tests --- circular-primes/soe.scm | 1 + 1 file changed, 1 insertion(+) create mode 120000 circular-primes/soe.scm (limited to 'circular-primes/soe.scm') diff --git a/circular-primes/soe.scm b/circular-primes/soe.scm new file mode 120000 index 0000000..7a3eaeb --- /dev/null +++ b/circular-primes/soe.scm @@ -0,0 +1 @@ +../sieve-of-eratosthenes/soe.scm \ No newline at end of file -- cgit v1.2.3