Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The submit testing fails with no output. It seems that my solution causes integer overflow. I did not realize this was the point of the kata
This comment is hidden because it contains spoiler information about the solution
I'm not sure why this passes the given tests but won't submit. Can anyone help? Code (clojure) posted below. Thanks!
It seems to me that leaving the zero in does not affect the summation. Does that hold?