Merge pull request #22 from lukearno/deeper

Issue #21: Go deeper... deeper... in final recursion koan
This commit is contained in:
Aaron Bedra 2012-01-13 17:01:47 -08:00
commit 01751458cf

View File

@ -48,4 +48,4 @@
(< 1000000000000000000000000N (factorial 1000N)) (< 1000000000000000000000000N (factorial 1000N))
"But what happens when the machine limits you?" "But what happens when the machine limits you?"
(< 1000000000000000000000000N (factorial 10000N))) (< 1000000000000000000000000N (factorial 100003N)))