Skip to content

Commit 5627b8d

Browse files
committed
Issue functional-koans#21: Go deeper... deeper... in final recursion koan
1 parent 1c4520a commit 5627b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/koans/recursion.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
(< 1000000000000000000000000N (factorial 1000N))
4949

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

0 commit comments

Comments
 (0)