We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4520a commit 5627b8dCopy full SHA for 5627b8d
src/koans/recursion.clj
@@ -48,4 +48,4 @@
48
(< 1000000000000000000000000N (factorial 1000N))
49
50
"But what happens when the machine limits you?"
51
- (< 1000000000000000000000000N (factorial 10000N)))
+ (< 1000000000000000000000000N (factorial 100003N)))
0 commit comments