Skip to content

Commit

Permalink
Merge pull request functional-koans#22 from lukearno/deeper
Browse files Browse the repository at this point in the history
Issue functional-koans#21: Go deeper... deeper... in final recursion koan
  • Loading branch information
abedra committed Jan 14, 2012
2 parents 1c4520a + 5627b8d commit 0175145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koans/recursion.clj
Original file line number Diff line number Diff line change
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 0175145

Please sign in to comment.