Commit graph

2 commits

Author SHA1 Message Date
eric-hu
514e17f69c Update src/koans/13_recursion.clj
Made a separate function for the factorial function applied to bigints.

The reason for this is that after successfully implementing a solution for the "Simple things may appear simple." koan and the other non-bigint factorial koans, the `script/run` application throws a java.lang.StackOverflowError.  Instead, it should signal to the user that he's working on the next koan.
2012-08-12 20:04:31 -07:00
Colin Jones
78c5704f34 Rename to use underscores instead of dashes
Works fine either way - this is just since underscores are required
in filenames for real projects, so it's something good for folks to
get used to.
2012-06-08 15:22:42 -05:00
Renamed from src/koans/13-recursion.clj (Browse further)