summaryrefslogtreecommitdiffstats
path: root/net/ricketyspace/sicp/one
diff options
context:
space:
mode:
Diffstat (limited to 'net/ricketyspace/sicp/one')
-rw-r--r--net/ricketyspace/sicp/one/twentytwo.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ricketyspace/sicp/one/twentytwo.scm b/net/ricketyspace/sicp/one/twentytwo.scm
index aefab51..4bb79fa 100644
--- a/net/ricketyspace/sicp/one/twentytwo.scm
+++ b/net/ricketyspace/sicp/one/twentytwo.scm
@@ -60,3 +60,6 @@
(define (three-primes-gt-1000)
(three-primes-gt 1000))
+
+(define (three-primes-gt-10000)
+ (three-primes-gt 10000))