diff options
-rw-r--r-- | net/ricketyspace/sicp/one/twentytwo.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ricketyspace/sicp/one/twentytwo.scm b/net/ricketyspace/sicp/one/twentytwo.scm index 4bb79fa..3f7d354 100644 --- a/net/ricketyspace/sicp/one/twentytwo.scm +++ b/net/ricketyspace/sicp/one/twentytwo.scm @@ -63,3 +63,6 @@ (define (three-primes-gt-10000) (three-primes-gt 10000)) + +(define (three-primes-gt-100000) + (three-primes-gt 100000)) |