Skip to content

Commit

Permalink
Issue functional-koans#21: Go deeper... deeper... in final recursion …
Browse files Browse the repository at this point in the history
…koan
  • Loading branch information
lukearno committed Jan 13, 2012
1 parent 1c4520a commit 5627b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koans/recursion.clj
Expand Up @@ -48,4 +48,4 @@
(< 1000000000000000000000000N (factorial 1000N))

"But what happens when the machine limits you?"
(< 1000000000000000000000000N (factorial 10000N)))
(< 1000000000000000000000000N (factorial 100003N)))

0 comments on commit 5627b8d

Please sign in to comment.